次の方法で共有


EndpointResourceCollection.Get(String, CancellationToken) メソッド

定義

リソースへのエンドポイントを取得します。

  • 要求パス/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • 操作IdEndpoints_Get
public virtual Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource> Get (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>
Public Overridable Function Get (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EndpointResource)

パラメーター

endpointName
String

エンドポイント名。

cancellationToken
CancellationToken

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

戻り値

例外

endpointName が null です。

適用対象