ServerEndpoints interface
ServerEndpoints を表すインターフェイス。
メソッド
メソッドの詳細
beginCreate(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)
新しい ServerEndpoint を作成します。
function beginCreate(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsCreateResponse>, ServerEndpointsCreateResponse>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
- serverEndpointName
-
string
サーバー エンドポイント オブジェクトの名前。
- parameters
- ServerEndpointCreateParameters
サーバー エンドポイント オブジェクトの本文。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsCreateResponse>, ServerEndpointsCreateResponse>>
beginCreateAndWait(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)
新しい ServerEndpoint を作成します。
function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: ServerEndpointCreateParameters, options?: ServerEndpointsCreateOptionalParams): Promise<ServerEndpointsCreateResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
- serverEndpointName
-
string
サーバー エンドポイント オブジェクトの名前。
- parameters
- ServerEndpointCreateParameters
サーバー エンドポイント オブジェクトの本文。
options パラメーター。
戻り値
Promise<ServerEndpointsCreateResponse>
beginDelete(string, string, string, string, ServerEndpointsDeleteOptionalParams)
特定の ServerEndpoint を削除します。
function beginDelete(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsDeleteHeaders>, ServerEndpointsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
- serverEndpointName
-
string
サーバー エンドポイント オブジェクトの名前。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsDeleteHeaders>, ServerEndpointsDeleteHeaders>>
beginDeleteAndWait(string, string, string, string, ServerEndpointsDeleteOptionalParams)
特定の ServerEndpoint を削除します。
function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsDeleteOptionalParams): Promise<ServerEndpointsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
- serverEndpointName
-
string
サーバー エンドポイント オブジェクトの名前。
options パラメーター。
戻り値
Promise<ServerEndpointsDeleteHeaders>
beginRecallAction(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)
サーバー エンドポイントを呼び戻します。
function beginRecallAction(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsRecallActionHeaders>, ServerEndpointsRecallActionHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
- serverEndpointName
-
string
サーバー エンドポイント オブジェクトの名前。
- parameters
- RecallActionParameters
Recall Action オブジェクトの本文。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsRecallActionHeaders>, ServerEndpointsRecallActionHeaders>>
beginRecallActionAndWait(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)
サーバー エンドポイントを呼び戻します。
function beginRecallActionAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, parameters: RecallActionParameters, options?: ServerEndpointsRecallActionOptionalParams): Promise<ServerEndpointsRecallActionHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
- serverEndpointName
-
string
サーバー エンドポイント オブジェクトの名前。
- parameters
- RecallActionParameters
Recall Action オブジェクトの本文。
options パラメーター。
戻り値
Promise<ServerEndpointsRecallActionHeaders>
beginUpdate(string, string, string, string, ServerEndpointsUpdateOptionalParams)
特定の ServerEndpoint にパッチを適用します。
function beginUpdate(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerEndpointsUpdateResponse>, ServerEndpointsUpdateResponse>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
- serverEndpointName
-
string
サーバー エンドポイント オブジェクトの名前。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<ServerEndpointsUpdateResponse>, ServerEndpointsUpdateResponse>>
beginUpdateAndWait(string, string, string, string, ServerEndpointsUpdateOptionalParams)
特定の ServerEndpoint にパッチを適用します。
function beginUpdateAndWait(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsUpdateOptionalParams): Promise<ServerEndpointsUpdateResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
- serverEndpointName
-
string
サーバー エンドポイント オブジェクトの名前。
options パラメーター。
戻り値
Promise<ServerEndpointsUpdateResponse>
get(string, string, string, string, ServerEndpointsGetOptionalParams)
ServerEndpoint を取得します。
function get(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, serverEndpointName: string, options?: ServerEndpointsGetOptionalParams): Promise<ServerEndpointsGetResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
- serverEndpointName
-
string
サーバー エンドポイント オブジェクトの名前。
- options
- ServerEndpointsGetOptionalParams
options パラメーター。
戻り値
Promise<ServerEndpointsGetResponse>
listBySyncGroup(string, string, string, ServerEndpointsListBySyncGroupOptionalParams)
ServerEndpoint リストを取得します。
function listBySyncGroup(resourceGroupName: string, storageSyncServiceName: string, syncGroupName: string, options?: ServerEndpointsListBySyncGroupOptionalParams): PagedAsyncIterableIterator<ServerEndpoint, ServerEndpoint[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageSyncServiceName
-
string
ストレージ同期サービス リソースの名前。
- syncGroupName
-
string
同期グループ リソースの名前。
options パラメーター。