共用方式為


AuthorizationManagementClient 類別

角色型存取控制會提供您將細微層級原則管理套用到個別資源或資源群組的方法。 這些作業可讓您取得拒絕指派。 拒絕指派描述 Azure Active Directory 使用者拒絕之資源的一組動作。

繼承
builtins.object
AuthorizationManagementClient

建構函式

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

參數

credential
TokenCredential
必要

用戶端連線到 Azure 所需的認證。 必要。

subscription_id
str
必要

目標訂用帳戶的識別碼。 必要。

base_url
str
預設值: https://management.azure.com

服務 URL。 預設值為 「 https://management.azure.com 」。

api_version
str

API 版本。 預設值為 「2018-07-01-preview」。 請注意,覆寫此預設值可能會導致不支援的行為。

變數

deny_assignments
DenyAssignmentsOperations

DenyAssignmentsOperations 作業

方法

close

close

close() -> None