次の方法で共有


StorageSyncGroupResource.GetStorageSyncServerEndpoint メソッド

定義

ServerEndpoint を取得します。

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

パラメーター

serverEndpointName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

serverEndpointName が null です。

適用対象