SecurityCenterStandardCollection.CreateOrUpdate Method

Definition

Create a security standard on the given scope. Available only for custom standards. Will create/update the required standard definitions.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/standards/{standardId}.
  • Operation Id. : Standards_CreateOrUpdate.
  • Default Api Version. : 2021-08-01-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string standardId, Azure.ResourceManager.SecurityCenter.SecurityCenterStandardData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.SecurityCenterStandardData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.SecurityCenterStandardData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, standardId As String, data As SecurityCenterStandardData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SecurityCenterStandardResource)

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.

standardId
String

The Security Standard key - unique key for the standard type.

data
SecurityCenterStandardData

Custom security standard over a pre-defined scope.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

standardId or data is null.

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

Applies to