你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagementGroupsDeleteHeaders 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 Delete 操作的标头。
public class ManagementGroupsDeleteHeaders
type ManagementGroupsDeleteHeaders = class
Public Class ManagementGroupsDeleteHeaders
- 继承
-
ManagementGroupsDeleteHeaders
构造函数
ManagementGroupsDeleteHeaders() |
初始化 ManagementGroupsDeleteHeaders 类的新实例。 |
ManagementGroupsDeleteHeaders(String, String) |
初始化 ManagementGroupsDeleteHeaders 类的新实例。 |
属性
AzureAsyncOperation |
获取或设置用于检查操作的持续状态的 URL。 若要获取异步操作的状态,请向 Azure-AsyncOperation 标头值中的 URL 发送 GET 请求。 有关详细信息,请参阅: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations |
Location |
获取或设置用于确定操作何时完成的 URL。 将 GET 请求发送到 Location 标头中的 URL。 URI 应返回 202,直到操作达到终端状态;一旦达到终端状态,URI 应返回 200。 |