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

IGovernanceAssignmentsOperations Interface

Definition

GovernanceAssignmentsOperations operations.

public interface IGovernanceAssignmentsOperations
type IGovernanceAssignmentsOperations = interface
Public Interface IGovernanceAssignmentsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, GovernanceAssignment, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a governance assignment on the given subscription.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a GovernanceAssignment over a given scope

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a specific governanceAssignment for the requested scope by AssignmentKey

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get governance assignments on all of your resources inside a scope

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get governance assignments on all of your resources inside a scope

Extension Methods

CreateOrUpdate(IGovernanceAssignmentsOperations, String, String, String, GovernanceAssignment)

Creates or updates a governance assignment on the given subscription.

CreateOrUpdateAsync(IGovernanceAssignmentsOperations, String, String, String, GovernanceAssignment, CancellationToken)

Creates or updates a governance assignment on the given subscription.

Delete(IGovernanceAssignmentsOperations, String, String, String)

Delete a GovernanceAssignment over a given scope

DeleteAsync(IGovernanceAssignmentsOperations, String, String, String, CancellationToken)

Delete a GovernanceAssignment over a given scope

Get(IGovernanceAssignmentsOperations, String, String, String)

Get a specific governanceAssignment for the requested scope by AssignmentKey

GetAsync(IGovernanceAssignmentsOperations, String, String, String, CancellationToken)

Get a specific governanceAssignment for the requested scope by AssignmentKey

List(IGovernanceAssignmentsOperations, String, String)

Get governance assignments on all of your resources inside a scope

ListAsync(IGovernanceAssignmentsOperations, String, String, CancellationToken)

Get governance assignments on all of your resources inside a scope

ListNext(IGovernanceAssignmentsOperations, String)

Get governance assignments on all of your resources inside a scope

ListNextAsync(IGovernanceAssignmentsOperations, String, CancellationToken)

Get governance assignments on all of your resources inside a scope

Applies to