次の方法で共有


StorageSyncGroupResource.GetStorageSyncServerEndpointAsync メソッド

定義

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>> GetStorageSyncServerEndpointAsync (string serverEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageSyncServerEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncServerEndpointResource>>
override this.GetStorageSyncServerEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncServerEndpointResource>>
Public Overridable Function GetStorageSyncServerEndpointAsync (serverEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StorageSyncServerEndpointResource))

パラメーター

serverEndpointName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

serverEndpointName が null です。

適用対象