PeeringServicePrefixResource.Update 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Peering.PeeringServicePrefixData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Peering.PeeringServicePrefixData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Peering.PeeringServicePrefixData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.PeeringServicePrefixResource>
Public Overridable Function Update (waitUntil As WaitUntil, 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.
As propriedades necessárias para criar um prefixo.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
data
é nulo.
Aplica-se a
Azure SDK for .NET