Partager via


PrivateEndpointConnectionProxyCollection.CreateOrUpdate Méthode

Définition

(INTERNE - NE PAS UTILISER) Crée ou met à jour la ressource proxy de connexion de point de terminaison privé spécifiée associée au compte de mise à jour de l’appareil.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • IdPrivateEndpointConnectionProxies_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string privateEndpointConnectionProxyId, Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, privateEndpointConnectionProxyId As String, data As PrivateEndpointConnectionProxyData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PrivateEndpointConnectionProxyResource)

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.

privateEndpointConnectionProxyId
String

ID de l’objet proxy de connexion de point de terminaison privé.

data
PrivateEndpointConnectionProxyData

Paramètres pour la création d’un proxy de connexion de point de terminaison privé.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

privateEndpointConnectionProxyId ou data est null.

S’applique à