SecurityCenterStandardCollection.CreateOrUpdateAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string standardId, Azure.ResourceManager.SecurityCenter.SecurityCenterStandardData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.SecurityCenterStandardData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.SecurityCenterStandardData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, standardId As String, data As SecurityCenterStandardData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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