检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        10000 results found.
        • Permissions - Virtual Private Cloud

          Permissions - Virtual Private Cloud

          For example, if you want some software developers in your enterprise to use VPCs but do not want them to delete VPCs or perform any other high-risk operations, you can grant permissions to use VPCs but not permissions to delete them.

          Help > Virtual Private Cloud > Service Overview
        • Permissions Management - Distributed Cache Service

          Permissions Management - Distributed Cache Service

          For example, some software developers in your enterprise need to use DCS resources but should not be allowed to delete DCS instances or perform any other high-risk operations.

          Help > Distributed Cache Service > Service Overview
        • The Client Log Contains "AUTH_FAILED" - Virtual Private Network

          The Client Log Contains "AUTH_FAILED" - Virtual Private Network

          Click Delete in the Operation column of the incorrect client CA certificate. In the Delete CA Certificate dialog box, click OK. Download the new client configuration file. The downloaded client configuration file is client_config.zip.

          Help > Virtual Private Network > Troubleshooting > Client Connection Failures
        • Modifying a VPN Connection - Virtual Private Network

          Modifying a VPN Connection - Virtual Private Network

          Delete the current VPN connection. Create a new VPN connection. Customer ID IPsec policy Encryption Algorithm The new settings take effect in the next negotiation period.

          Help > Virtual Private Network > User Guide > S2C Enterprise Edition VPN > Enterprise Edition VPN Connection Management
        • XML Type - GaussDB

          XML Type - GaussDB

          You can modify or delete their contents and create new elements. Elements, their text, and their attributes are considered as nodes. The XML bottom layer uses the same data structure as the TEXT type for storage. The maximum size is 1 GB.

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > SQL Reference > Data Type
        • Displaying Meeting Information Box Notification - Meeting

          Displaying Meeting Information Box Notification - Meeting

          rtConfInfo.PtInRect(ptMouse)) { dlg->CloseWindow(); demoData::GetInstance().SetConfInfoDlgObj(NULL); delete dlg; dlg = NULL; KillTimer(nIDEvent); } } } CDialogEx

          Help > Meeting > Client SDK Reference > Windows SDK > Notification Reference > Customized UI Event Notification
        • Transferring Logs to DIS - Log Tank Service

          Transferring Logs to DIS - Log Tank Service

          To delete the transfer task, log in to the DIS console, choose Stream Management, and select the DIS instance to go to the instance details page. Delete the upload permission under Permissions. Parent topic: Log Transfer

          Help > Log Tank Service > User Guide > Log Transfer
        • UPDATE - GaussDB(DWS)

          UPDATE - GaussDB(DWS)

          Avoid using UPDATE or DELETE to modify or delete a large volume of data and use TRUNCATE PARTITION or DROP PARTITION instead. Do not concurrently update the same column-store table using the UPDATE and UPSERT statements.

          Help > GaussDB(DWS) > SQL Syntax Reference (8.1.3.x) > DML Syntax
        • ALTER TEXT SEARCH CONFIGURATION - GaussDB(DWS)

          ALTER TEXT SEARCH CONFIGURATION - GaussDB(DWS)

          configuration mapping. 1 2 ALTER TEXT SEARCH CONFIGURATION name ALTER MAPPING FOR token_type [, ... ] WITH dictionary_name [, ... ]; Change the text search configuration dictionary. 1 2 ALTER TEXT SEARCH CONFIGURATION name ALTER MAPPING REPLACE old_dictionary WITH new_dictionary; Delete

          Help > GaussDB(DWS) > SQL Syntax Reference (9.1.0.x) > DDL Syntax
        • FlexusRDS for MySQL Constraints - Huawei Cloud Flexus-Huawei Cloud Flexus RDS

          FlexusRDS for MySQL Constraints - Huawei Cloud Flexus-Huawei Cloud Flexus RDS

          Binary logging is enabled by default. root Permissions Table 6 root permissions Permission Level Description Supported Select Table Query permissions Yes Insert Table Insert permissions Update Table Update permissions Delete Table Delete permissions Create Database, table, or index

          Help > Huawei Cloud Flexus-Huawei Cloud Flexus RDS > Service Overview
        • Deploying an Application on ECS - CodeArts Deploy

          Deploying an Application on ECS - CodeArts Deploy

          Releasing Resources To avoid unnecessary fees, delete the ECS after the practice. If you need to create a pipeline after the deployment, you can delete the ECS after completing the pipeline practice. Parent topic: HE2E DevOps Practice - Deploying an Application

          Help > CodeArts Deploy > Best Practices > HE2E DevOps Practice - Deploying an Application
        • Delegating Permissions Across Accounts with Agencies - Identity and Access Management

          Delegating Permissions Across Accounts with Agencies - Identity and Access Management

          Account A can modify or delete the agency at any time. Deleting the agency will automatically cancel the permissions assigned to account B and its IAM users for managing account A's resources.

          Help > Identity and Access Management > Best Practices > Delegating Other Accounts or Cloud Services for Resource Management
        • CREATE SEQUENCE - GaussDB

          CREATE SEQUENCE - GaussDB

          In this way, the sequence will be deleted when you delete its associated column or the table where the column belongs to. The associated table and sequence must be owned by the same user and in the same schema.

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > SQL Reference > SQL Syntax
        • REINDEX - GaussDB

          REINDEX - GaussDB

          the tpcds.customer_t1 table. gaussdb=# DROP TABLE tpcds.customer_t1; -- Drop the table. gaussdb=# DROP TABLE tpcds.customer; -- Delete a schema. gaussdb=# DROP SCHEMA tpcds CASCADE; Suggestions DATABASE You are not allowed to re-index a database in a transaction.

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > SQL Syntax
        • JDBC - GaussDB

          JDBC - GaussDB

          If a temporary table is used, delete the temporary table before you return the connection to the connection pool.

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > Development and Design Proposal > Client Programming Specifications
        • CREATE SYNONYM - GaussDB

          CREATE SYNONYM - GaussDB

          The following DML statements support synonyms: SELECT, INSERT, UPDATE, DELETE, EXPLAIN, and CALL. You are advised not to create synonyms for temporary tables. To create a synonym, you need to specify the schema name of the target temporary table.

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > SQL Syntax
        • XML Type - GaussDB

          XML Type - GaussDB

          You can modify or delete their contents and create new elements. Elements, their text, and their attributes are considered as nodes. The XML bottom layer uses the same data structure as the TEXT type for storage. The maximum size is 1 GB.

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > Data Types
        • Passing API Parameters with JSON File - Koo Command Line Interface

          Passing API Parameters with JSON File - Koo Command Line Interface

          Figure 1 Obtaining body parameters for cli-jsonInput If there is no parameter next to a key, delete the entire row where the key locates. When deleting the last key, delete the comma (,) between the outermost and previous right brackets (}).

          Help > Koo Command Line Interface > User Guide > Options
        • Ingresses - Ubiquitous Cloud Native Service

          Ingresses - Ubiquitous Cloud Native Service

          Deleting an ingress Choose More > Delete in the row where the target ingress resides. Then, click Yes. Deleting ingresses in batches Select the ingresses to be deleted. Click Delete in the upper left corner. Click Yes. Parent topic: Services and Ingresses

          Help > Ubiquitous Cloud Native Service > User Guide > Cluster Federation > Services and Ingresses
        • LoadBalancer - Ubiquitous Cloud Native Service

          LoadBalancer - Ubiquitous Cloud Native Service

          Deleting a Service Choose More > Delete in the row where the target Service resides, and click Yes. Deleting Services in batches Select the Services to be deleted. Click Delete in the upper left corner. Click Yes. Parent topic: Services

          Help > Ubiquitous Cloud Native Service > User Guide > Cluster Federation > Services and Ingresses > Services
        Total results: 10000
        • Previous
        • 1
        • ...
        • 479
        • 480
        • 481
        • ...
        • 500
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement