Share via


SuppressionListResourceCollection.CreateOrUpdateAsync Method

Definition

Add a new SuppressionList resource under the parent Domains resource or update an existing SuppressionList resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/suppressionLists/{suppressionListName}
  • Operation Id: SuppressionLists_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.SuppressionListResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string suppressionListName, Azure.ResourceManager.Communication.SuppressionListResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Communication.SuppressionListResourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.SuppressionListResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Communication.SuppressionListResourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.SuppressionListResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, suppressionListName As String, data As SuppressionListResourceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SuppressionListResource))

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.

suppressionListName
String

The name of the suppression list.

data
SuppressionListResourceData

Parameters for the create or update operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

suppressionListName or data is null.

Applies to