Partilhar via


PeeringServicePrefixCollection.CreateOrUpdate Método

Definição

Cria um novo prefixo com o nome especificado na assinatura, no grupo de recursos e no serviço de emparelhamento fornecidos.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/prefixes/{prefixName}
  • IdPrefixes_CreateOrUpdate de operação
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)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

prefixName
String

O nome do prefixo.

data
PeeringServicePrefixData

As propriedades necessárias para criar um prefixo.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

prefixName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

prefixName ou data é nulo.

Aplica-se a