Condividi tramite


PrivateEndpointConnectionOperationsExtensions.BeginUpdateAsync Metodo

Definizione

Aggiornamenti le proprietà di una connessione endpoint privata esistente.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection> BeginUpdateAsync(this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, string ifMatch = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection>
<Extension()>
Public Function BeginUpdateAsync (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, Optional ifMatch As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

Parametri

operations
IPrivateEndpointConnectionOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse contenente l'account Batch.

accountName
String

Nome dell'account Batch.

privateEndpointConnectionName
String

Nome di connessione dell'endpoint privato. Questo deve essere univoco all'interno dell'account.

ifMatch
String

Versione di stato (ETag) della connessione dell'endpoint privato da aggiornare. Questo valore può essere omesso o impostato su "*" per applicare l'operazione in modo incondizionato.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Stato di connessione del servizio collegamento privato della connessione dell'endpoint privato.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a