次の方法で共有


PrivateEndpointConnectionProxyResource.UpdatePrivateEndpointProperties メソッド

定義

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

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

パラメーター

privateEndpointUpdate
PrivateEndpointUpdate

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

cancellationToken
CancellationToken

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

戻り値

例外

privateEndpointUpdate が null です。

適用対象