PrivateEndpointConnectionProxyResource.UpdatePrivateEndpointPropertiesAsync メソッド

定義

(INTERNAL - 使用しない)プライベート エンドポイント接続プロキシ オブジェクト内のプライベート エンドポイントを更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}/updatePrivateEndpointProperties
  • 操作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)

パラメーター

privateEndpointUpdate
PrivateEndpointUpdate

プライベート エンドポイント接続プロキシを更新するためのパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

privateEndpointUpdate が null です。

適用対象