PeeringServicePrefixCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string prefixName, Azure.ResourceManager.Peering.PeeringServicePrefixData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Peering.PeeringServicePrefixData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Peering.PeeringServicePrefixData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, prefixName As String, data As PeeringServicePrefixData, Optional cancellationToken As CancellationToken = Nothing) As 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