Partager via


NetworkPrivateEndpointConnectionCollection.CreateOrUpdate Méthode

Définition

Approuver ou rejeter la connexion de point de terminaison privé pour un service de liaison privée dans un abonnement.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • IdPrivateLinkServices_UpdatePrivateEndpointConnection d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string peConnectionName, Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, peConnectionName As String, data As NetworkPrivateEndpointConnectionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkPrivateEndpointConnectionResource)

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.

peConnectionName
String

Nom de la connexion de point de terminaison privé.

data
NetworkPrivateEndpointConnectionData

Paramètres fournis pour approuver ou rejeter la connexion de point de terminaison privé.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

peConnectionName est une chaîne vide et devait être non vide.

peConnectionName ou data est null.

S’applique à