GovernanceRulesOperationsExtensions Class

Definition

Extension methods for GovernanceRulesOperations

public static class GovernanceRulesOperationsExtensions
type GovernanceRulesOperationsExtensions = class
Public Module GovernanceRulesOperationsExtensions
Inheritance
GovernanceRulesOperationsExtensions

Methods

Name Description
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