次の方法で共有


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

定義

ServerEndpoint を取得します。

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

パラメーター

serverEndpointName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

serverEndpointName が null です。

適用対象