次の方法で共有


DeviceUpdateAccountResource.GetPrivateEndpointConnectionProxy メソッド

定義

(INTERNAL - 使用しない)デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続プロキシを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • 操作IdPrivateEndpointConnectionProxies_Get
public virtual Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource> GetPrivateEndpointConnectionProxy (string privateEndpointConnectionProxyId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateEndpointConnectionProxy : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
override this.GetPrivateEndpointConnectionProxy : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
Public Overridable Function GetPrivateEndpointConnectionProxy (privateEndpointConnectionProxyId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateEndpointConnectionProxyResource)

パラメーター

privateEndpointConnectionProxyId
String

プライベート エンドポイント接続プロキシ オブジェクトの ID。

cancellationToken
CancellationToken

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

戻り値

例外

privateEndpointConnectionProxyId は空の文字列であり、空でないと想定されていました。

privateEndpointConnectionProxyId が null です。

適用対象