次の方法で共有


StorageSyncServerEndpointCollection.GetAsync メソッド

定義

ServerEndpoint を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • 操作IdServerEndpoints_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncServerEndpointResource>> GetAsync (string serverEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncServerEndpointResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncServerEndpointResource>>
Public Overridable Function GetAsync (serverEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StorageSyncServerEndpointResource))

パラメーター

serverEndpointName
String

サーバー エンドポイント オブジェクトの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

serverEndpointName が null です。

適用対象