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

IGovernanceRulesOperations Interface

Definition

GovernanceRulesOperations operations.

public interface IGovernanceRulesOperations
type IGovernanceRulesOperations = interface
Public Interface IGovernanceRulesOperations

Methods

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

Delete a Governance rule over a given scope

BeginExecuteWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Execute a governance rule

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

Creates or updates a governance rule over a given scope

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

Delete a Governance rule over a given scope

ExecuteWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Execute a governance rule

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

Get a specific governance rule for the requested scope by ruleId

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

Get a list of all relevant governance rules over a scope

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

Get a list of all relevant governance rules over a scope

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

Get governance rules long run operation result for the requested scope by ruleId and operationId

Extension Methods

BeginDelete(IGovernanceRulesOperations, String, String)

Delete a Governance rule over a given scope

BeginDeleteAsync(IGovernanceRulesOperations, String, String, CancellationToken)

Delete a Governance rule over a given scope

BeginExecute(IGovernanceRulesOperations, String, String, Nullable<Boolean>)

Execute a governance rule

BeginExecuteAsync(IGovernanceRulesOperations, String, String, Nullable<Boolean>, CancellationToken)

Execute a governance rule

CreateOrUpdate(IGovernanceRulesOperations, String, String, GovernanceRule)

Creates or updates a governance rule over a given scope

CreateOrUpdateAsync(IGovernanceRulesOperations, String, String, GovernanceRule, CancellationToken)

Creates or updates a governance rule over a given scope

Delete(IGovernanceRulesOperations, String, String)

Delete a Governance rule over a given scope

DeleteAsync(IGovernanceRulesOperations, String, String, CancellationToken)

Delete a Governance rule over a given scope

Execute(IGovernanceRulesOperations, String, String, Nullable<Boolean>)

Execute a governance rule

ExecuteAsync(IGovernanceRulesOperations, String, String, Nullable<Boolean>, CancellationToken)

Execute a governance rule

Get(IGovernanceRulesOperations, String, String)

Get a specific governance rule for the requested scope by ruleId

GetAsync(IGovernanceRulesOperations, String, String, CancellationToken)

Get a specific governance rule for the requested scope by ruleId

List(IGovernanceRulesOperations, String)

Get a list of all relevant governance rules over a scope

ListAsync(IGovernanceRulesOperations, String, CancellationToken)

Get a list of all relevant governance rules over a scope

ListNext(IGovernanceRulesOperations, String)

Get a list of all relevant governance rules over a scope

ListNextAsync(IGovernanceRulesOperations, String, CancellationToken)

Get a list of all relevant governance rules over a scope

OperationResults(IGovernanceRulesOperations, String, String, String)

Get governance rules long run operation result for the requested scope by ruleId and operationId

OperationResultsAsync(IGovernanceRulesOperations, String, String, String, CancellationToken)

Get governance rules long run operation result for the requested scope by ruleId and operationId

Applies to