PeeringServicePrefixCollection.CreateOrUpdateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 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))
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.
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
Azure SDK for .NET