Compartilhar via


NetworkProfilesOperationsExtensions.CreateOrUpdateAsync Método

Definição

Cria ou atualiza um perfil de rede.

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

Parâmetros

operations
INetworkProfilesOperations

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

resourceGroupName
String

O nome do grupo de recursos.

networkProfileName
String

O nome do perfil de rede.

parameters
NetworkProfile

Parâmetros fornecidos para a operação de criação ou atualização de perfil de rede.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a