Endpoints interface
エンドポイントを表すインターフェイス。
メソッド
begin |
エンドポイント リソースを削除します。 |
begin |
エンドポイント リソースを削除します。 |
create |
データ転送元または転送先を表すエンドポイント リソースを作成または更新します。 |
get(string, string, string, Endpoints |
エンドポイント リソースを取得します。 |
list(string, string, Endpoints |
Storage Mover 内のすべてのエンドポイントを一覧表示します。 |
update(string, string, string, Endpoint |
エンドポイント リソースのプロパティを更新します。 要求本文で指定されていないプロパティは変更されません。 |
メソッドの詳細
beginDelete(string, string, string, EndpointsDeleteOptionalParams)
エンドポイント リソースを削除します。
function beginDelete(resourceGroupName: string, storageMoverName: string, endpointName: string, options?: EndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageMoverName
-
string
Storage Mover リソースの名前。
- endpointName
-
string
エンドポイント リソースの名前。
- options
- EndpointsDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, EndpointsDeleteOptionalParams)
エンドポイント リソースを削除します。
function beginDeleteAndWait(resourceGroupName: string, storageMoverName: string, endpointName: string, options?: EndpointsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageMoverName
-
string
Storage Mover リソースの名前。
- endpointName
-
string
エンドポイント リソースの名前。
- options
- EndpointsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
createOrUpdate(string, string, string, Endpoint, EndpointsCreateOrUpdateOptionalParams)
データ転送元または転送先を表すエンドポイント リソースを作成または更新します。
function createOrUpdate(resourceGroupName: string, storageMoverName: string, endpointName: string, endpoint: Endpoint, options?: EndpointsCreateOrUpdateOptionalParams): Promise<Endpoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageMoverName
-
string
Storage Mover リソースの名前。
- endpointName
-
string
エンドポイント リソースの名前。
- endpoint
- Endpoint
エンドポイント リソース。ファイル ソースとターゲットに関する情報が含まれます。
options パラメーター。
戻り値
Promise<Endpoint>
get(string, string, string, EndpointsGetOptionalParams)
エンドポイント リソースを取得します。
function get(resourceGroupName: string, storageMoverName: string, endpointName: string, options?: EndpointsGetOptionalParams): Promise<Endpoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageMoverName
-
string
Storage Mover リソースの名前。
- endpointName
-
string
エンドポイント リソースの名前。
- options
- EndpointsGetOptionalParams
options パラメーター。
戻り値
Promise<Endpoint>
list(string, string, EndpointsListOptionalParams)
Storage Mover 内のすべてのエンドポイントを一覧表示します。
function list(resourceGroupName: string, storageMoverName: string, options?: EndpointsListOptionalParams): PagedAsyncIterableIterator<Endpoint, Endpoint[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageMoverName
-
string
Storage Mover リソースの名前。
- options
- EndpointsListOptionalParams
options パラメーター。
戻り値
update(string, string, string, EndpointBaseUpdateParameters, EndpointsUpdateOptionalParams)
エンドポイント リソースのプロパティを更新します。 要求本文で指定されていないプロパティは変更されません。
function update(resourceGroupName: string, storageMoverName: string, endpointName: string, endpoint: EndpointBaseUpdateParameters, options?: EndpointsUpdateOptionalParams): Promise<Endpoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- storageMoverName
-
string
Storage Mover リソースの名前。
- endpointName
-
string
エンドポイント リソースの名前。
- endpoint
- EndpointBaseUpdateParameters
エンドポイント リソース。
- options
- EndpointsUpdateOptionalParams
options パラメーター。
戻り値
Promise<Endpoint>