你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementLockClient 类

可以锁定 Azure 资源,防止组织中的其他用户删除或修改资源。

继承
builtins.object
ManagementLockClient

构造函数

ManagementLockClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

参数

credential
TokenCredential
必需

客户端连接到 Azure 所需的凭据。 必需。

subscription_id
str
必需

目标订阅的 ID。 必需。

base_url
str
默认值: https://management.azure.com

服务 URL。 默认值为“https://management.azure.com”。

api_version
str

Api 版本。 默认值为“2016-09-01”。 请注意,重写此默认值可能会导致行为不受支持。

变量

authorization_operations
AuthorizationOperationsOperations

AuthorizationOperationsOperations 操作

management_locks
ManagementLocksOperations

ManagementLocksOperations 操作

方法

close

close

close() -> None