Partager via


PublicIPPrefixesOperationsExtensions.BeginCreateOrUpdateAsync Méthode

Définition

Crée ou met à jour un préfixe d’adresse IP publique statique ou dynamique.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPPrefixInner> BeginCreateOrUpdateAsync (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 BeginCreateOrUpdateAsync : 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 BeginCreateOrUpdateAsync (operations As IPublicIPPrefixesOperations, resourceGroupName As String, publicIpPrefixName As String, parameters As PublicIPPrefixInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PublicIPPrefixInner)

Paramètres

operations
IPublicIPPrefixesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

publicIpPrefixName
String

Nom du préfixe d’adresse IP publique.

parameters
PublicIPPrefixInner

Paramètres fournis à l’opération de préfixe d’adresse IP publique de création ou de mise à jour.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à