次の方法で共有


PrivateEndpointConnectionProxyCollection.GetAsync メソッド

定義

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

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

パラメーター

privateEndpointConnectionProxyId
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

privateEndpointConnectionProxyId が null です。

適用対象