次の方法で共有


ServerEndpoints interface

ServerEndpoints を表すインターフェイス。

メソッド

beginCreate(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

新しい ServerEndpoint を作成します。

beginCreateAndWait(string, string, string, string, ServerEndpointCreateParameters, ServerEndpointsCreateOptionalParams)

新しい ServerEndpoint を作成します。

beginDelete(string, string, string, string, ServerEndpointsDeleteOptionalParams)

特定の ServerEndpoint を削除します。

beginDeleteAndWait(string, string, string, string, ServerEndpointsDeleteOptionalParams)

特定の ServerEndpoint を削除します。

beginRecallAction(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

サーバー エンドポイントを呼び戻します。

beginRecallActionAndWait(string, string, string, string, RecallActionParameters, ServerEndpointsRecallActionOptionalParams)

サーバー エンドポイントを呼び戻します。

beginUpdate(string, string, string, string, ServerEndpointsUpdateOptionalParams)

特定の ServerEndpoint にパッチを適用します。

beginUpdateAndWait(string, string, string, string, ServerEndpointsUpdateOptionalParams)

特定の ServerEndpoint にパッチを適用します。

get(string, string, string, string, ServerEndpointsGetOptionalParams)

ServerEndpoint を取得します。

listBySyncGroup(string, string, string, ServerEndpointsListBySyncGroupOptionalParams)

ServerEndpoint リストを取得します。

メソッドの詳細

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
ServerEndpointsCreateOptionalParams

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
ServerEndpointsCreateOptionalParams

options パラメーター。

戻り値

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
ServerEndpointsDeleteOptionalParams

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
ServerEndpointsDeleteOptionalParams

options パラメーター。

戻り値

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
ServerEndpointsRecallActionOptionalParams

options パラメーター。

戻り値

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
ServerEndpointsRecallActionOptionalParams

options パラメーター。

戻り値

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
ServerEndpointsUpdateOptionalParams

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
ServerEndpointsUpdateOptionalParams

options パラメーター。

戻り値

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 パラメーター。

戻り値

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
ServerEndpointsListBySyncGroupOptionalParams

options パラメーター。

戻り値