Partilhar via


PublicIPPrefixesOperationsExtensions.CreateOrUpdateAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPPrefixInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.IPublicIPPrefixesOperations operations, string resourceGroupName, string publicIpPrefixName, Microsoft.Azure.Management.Network.Fluent.Models.PublicIPPrefixInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.IPublicIPPrefixesOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.PublicIPPrefixInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPPrefixInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPublicIPPrefixesOperations, resourceGroupName As String, publicIpPrefixName As String, parameters As PublicIPPrefixInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PublicIPPrefixInner)

Parâmetros

operations
IPublicIPPrefixesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

publicIpPrefixName
String

O nome do prefixo de IP público.

parameters
PublicIPPrefixInner

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a