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

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