PeeringServicePrefixCollection.CreateOrUpdateAsync Method

Definition

Creates a new prefix with the specified name under the given subscription, resource group and peering service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/prefixes/{prefixName}
  • Operation Id: Prefixes_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string prefixName, Azure.ResourceManager.Peering.PeeringServicePrefixData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Peering.PeeringServicePrefixData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Peering.PeeringServicePrefixData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, prefixName As String, data As PeeringServicePrefixData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of PeeringServicePrefixResource))

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.

prefixName
String

The name of the prefix.

data
PeeringServicePrefixData

The properties needed to create a prefix.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

prefixName or data is null.

Applies to