PolicyAssignmentsOperations 類別
- 繼承
-
builtins.objectPolicyAssignmentsOperations
建構函式
PolicyAssignmentsOperations(*args, **kwargs)
方法
create |
建立原則指派。 原則指派會由所有子資源繼承。 例如,當您將原則套用至資源群組時,該原則會指派給群組中的所有資源。 |
create_by_id |
依識別碼建立原則指派。 原則指派會由所有子資源繼承。 例如,當您將原則套用至資源群組時,該原則會指派給群組中的所有資源。 為指派提供範圍時,請針對資源群組使用 '/subscriptions/{subscription-id}/{subscription-id}/resourceGroups/{resource-group-name}' 和 '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-type}/{resource-name}' 作為資源。 |
delete |
刪除原則指派。 |
delete_by_id |
依識別碼刪除原則指派。 為指派提供範圍時,請針對資源群組使用 '/subscriptions/{subscription-id}/{subscription-id}/resourceGroups/{resource-group-name}' 和 '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-type}/{resource-name}' 作為資源。 |
get |
取得原則指派。 |
get_by_id |
依識別碼取得原則指派。 為指派提供範圍時,請針對資源群組使用 '/subscriptions/{subscription-id}/{subscription-id}/resourceGroups/{resource-group-name}' 和 '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-type}/{resource-name}' 作為資源。 |
list |
取得訂用帳戶的所有原則指派。 |
list_for_resource |
取得資源的原則指派。 |
list_for_resource_group |
取得資源群組的原則指派。 |
create
建立原則指派。
原則指派會由所有子資源繼承。 例如,當您將原則套用至資源群組時,該原則會指派給群組中的所有資源。
async create(scope: str, policy_assignment_name: str, parameters: _models.PolicyAssignment, *, content_type: str = 'application/json', **kwargs: Any) -> _models.PolicyAssignment
參數
- content_type
- str
Body 參數內容類型。 已知值為:'application/json'、'text/json'。 預設值為 [無]。
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
PolicyAssignment 或 cls 的結果 (回應)
傳回類型
例外狀況
create_by_id
依識別碼建立原則指派。
原則指派會由所有子資源繼承。 例如,當您將原則套用至資源群組時,該原則會指派給群組中的所有資源。 為指派提供範圍時,請針對資源群組使用 '/subscriptions/{subscription-id}/{subscription-id}/resourceGroups/{resource-group-name}' 和 '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-type}/{resource-name}' 作為資源。
async create_by_id(policy_assignment_id: str, parameters: _models.PolicyAssignment, *, content_type: str = 'application/json', **kwargs: Any) -> _models.PolicyAssignment
參數
- policy_assignment_id
- str
要建立的原則指派識別碼。 使用格式 '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'。 必要。
- content_type
- str
Body 參數內容類型。 已知值為:'application/json'、'text/json'。 預設值為 [無]。
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
PolicyAssignment 或 cls 的結果 (回應)
傳回類型
例外狀況
delete
刪除原則指派。
async delete(scope: str, policy_assignment_name: str, **kwargs: Any) -> PolicyAssignment
參數
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
PolicyAssignment 或 cls 的結果 (回應)
傳回類型
例外狀況
delete_by_id
依識別碼刪除原則指派。
為指派提供範圍時,請針對資源群組使用 '/subscriptions/{subscription-id}/{subscription-id}/resourceGroups/{resource-group-name}' 和 '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-type}/{resource-name}' 作為資源。
async delete_by_id(policy_assignment_id: str, **kwargs: Any) -> PolicyAssignment
參數
- policy_assignment_id
- str
要刪除的原則指派識別碼。 使用格式 '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'。 必要。
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
PolicyAssignment 或 cls 的結果 (回應)
傳回類型
例外狀況
get
取得原則指派。
async get(scope: str, policy_assignment_name: str, **kwargs: Any) -> PolicyAssignment
參數
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
PolicyAssignment 或 cls 的結果 (回應)
傳回類型
例外狀況
get_by_id
依識別碼取得原則指派。
為指派提供範圍時,請針對資源群組使用 '/subscriptions/{subscription-id}/{subscription-id}/resourceGroups/{resource-group-name}' 和 '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-type}/{resource-name}' 作為資源。
async get_by_id(policy_assignment_id: str, **kwargs: Any) -> PolicyAssignment
參數
- policy_assignment_id
- str
要取得的原則指派識別碼。 使用格式 '/{scope}/providers/Microsoft.Authorization/policyAssignments/{policy-assignment-name}'。 必要。
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
PolicyAssignment 或 cls 的結果 (回應)
傳回類型
例外狀況
list
取得訂用帳戶的所有原則指派。
list(filter: str | None = None, **kwargs: Any) -> AsyncIterable[PolicyAssignment]
參數
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
Iterator,例如 PolicyAssignment 實例或 cls 的結果 (回應)
傳回類型
例外狀況
list_for_resource
取得資源的原則指派。
list_for_resource(resource_group_name: str, resource_provider_namespace: str, parent_resource_path: str, resource_type: str, resource_name: str, filter: str | None = None, **kwargs: Any) -> AsyncIterable[PolicyAssignment]
參數
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
Iterator,例如 PolicyAssignment 實例或 cls 的結果 (回應)
傳回類型
例外狀況
list_for_resource_group
取得資源群組的原則指派。
list_for_resource_group(resource_group_name: str, filter: str | None = None, **kwargs: Any) -> AsyncIterable[PolicyAssignment]
參數
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
Iterator,例如 PolicyAssignment 實例或 cls 的結果 (回應)
傳回類型
例外狀況
屬性
models
models = <module 'azure.mgmt.resource.policy.v2016_04_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\resource\\policy\\v2016_04_01\\models\\__init__.py'>