Share via


GovernanceRuleResource.Update 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.GovernanceRuleResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.SecurityCenter.GovernanceRuleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.SecurityCenter.GovernanceRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.GovernanceRuleResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.SecurityCenter.GovernanceRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.GovernanceRuleResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As GovernanceRuleData, Optional cancellationToken As CancellationToken = Nothing) As 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.

data
GovernanceRuleData

Governance rule over a given scope.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to