Compartilhar via


PrivateLinkServicesOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

Cria ou atualiza um serviço de link privado no grupo de recursos especificado.

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

Parâmetros

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço de link privado.

parameters
PrivateLinkServiceInner

Parâmetros fornecidos para a operação criar ou atualizar o serviço de link privado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a