Partager via


BatchPrivateEndpointConnectionResource.Update Méthode

Définition

Mises à jour les propriétés d’une connexion de point de terminaison privé existante.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdPrivateEndpointConnection_Update d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionData data, Azure.ETag? ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionData * Nullable<Azure.ETag> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionData * Nullable<Azure.ETag> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As BatchPrivateEndpointConnectionData, Optional ifMatch As Nullable(Of ETag) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of BatchPrivateEndpointConnectionResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

data
BatchPrivateEndpointConnectionData

Propriétés PrivateEndpointConnection qui doivent être mises à jour. Les propriétés fournies seront mises à jour, toutes les propriétés non fournies resteront inchangées.

ifMatch
Nullable<ETag>

Version d’état (ETag) de la connexion de point de terminaison privé à mettre à jour. Cette valeur peut être omise ou définie sur « * » pour appliquer l’opération de manière inconditionnelle.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

data a la valeur null.

S’applique à