Partilhar via


PublicIPPrefixCollection.CreateOrUpdateAsync Método

Definição

Cria ou atualiza um prefixo ip público estático ou dinâmico.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIpPrefixName}
  • Operação IdPublicIPPrefixes_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PublicIPPrefixResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string publicIPPrefixName, Azure.ResourceManager.Network.PublicIPPrefixData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.PublicIPPrefixData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PublicIPPrefixResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.PublicIPPrefixData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PublicIPPrefixResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, publicIPPrefixName As String, data As PublicIPPrefixData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of PublicIPPrefixResource))

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 execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

publicIPPrefixName
String

O nome do prefixo de IP público.

data
PublicIPPrefixData

Parâmetros fornecidos para a operação de prefixo de IP público criar ou atualizar.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

publicIPPrefixName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

publicIPPrefixName ou data é nulo.

Aplica-se a