Freigeben über


PrivateEndpointConnectionProxyResource.UpdatePrivateEndpointPropertiesAsync Methode

Definition

(INTERN – NICHT VERWENDEN) Updates einen privaten Endpunkt innerhalb des Verbindungsproxyobjekts für private Endpunkte.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}/updatePrivateEndpointProperties
  • Vorgang IdPrivateEndpointConnectionProxies_UpdatePrivateEndpointProperties
public virtual System.Threading.Tasks.Task<Azure.Response> UpdatePrivateEndpointPropertiesAsync (Azure.ResourceManager.DeviceUpdate.Models.PrivateEndpointUpdate privateEndpointUpdate, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdatePrivateEndpointPropertiesAsync : Azure.ResourceManager.DeviceUpdate.Models.PrivateEndpointUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.UpdatePrivateEndpointPropertiesAsync : Azure.ResourceManager.DeviceUpdate.Models.PrivateEndpointUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function UpdatePrivateEndpointPropertiesAsync (privateEndpointUpdate As PrivateEndpointUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameter

privateEndpointUpdate
PrivateEndpointUpdate

Die Parameter zum Aktualisieren eines Verbindungsproxys für private Endpunkte.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

privateEndpointUpdate ist NULL.

Gilt für: