Share via


GovernanceRuleCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a governance rule over a given scope

  • Request Path: /{scope}/providers/Microsoft.Security/governanceRules/{ruleId}
  • Operation Id: GovernanceRules_CreateOrUpdate
  • Default Api Version: 2022-01-01-preview
  • Resource: GovernanceRuleResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.GovernanceRuleResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string ruleId, Azure.ResourceManager.SecurityCenter.GovernanceRuleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.GovernanceRuleData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.GovernanceRuleResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.GovernanceRuleData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.GovernanceRuleResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, ruleId As String, data As GovernanceRuleData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of GovernanceRuleResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

ruleId
String

The governance rule key - unique key for the standard governance rule (GUID).

data
GovernanceRuleData

Governance rule over a given scope.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

ruleId is an empty string, and was expected to be non-empty.

ruleId or data is null.

Applies to