次の方法で共有


EndpointsOperations interface

エンドポイント操作を表すインターフェイス。

プロパティ

createOrUpdate

データ転送元または転送先を表すエンドポイント リソースを作成または更新します。

delete
get

エンドポイント リソースを取得します。

list

Storage Mover 内のすべてのエンドポイントを一覧表示します。

update

エンドポイント リソースのプロパティを更新します。 要求本文で指定されていないプロパティは変更されません。

プロパティの詳細

createOrUpdate

データ転送元または転送先を表すエンドポイント リソースを作成または更新します。

createOrUpdate: (resourceGroupName: string, storageMoverName: string, endpointName: string, endpointParam: Endpoint, options?: EndpointsCreateOrUpdateOptionalParams) => Promise<Endpoint>

プロパティ値

(resourceGroupName: string, storageMoverName: string, endpointName: string, endpointParam: Endpoint, options?: EndpointsCreateOrUpdateOptionalParams) => Promise<Endpoint>

delete

delete: (resourceGroupName: string, storageMoverName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, storageMoverName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

エンドポイント リソースを取得します。

get: (resourceGroupName: string, storageMoverName: string, endpointName: string, options?: EndpointsGetOptionalParams) => Promise<Endpoint>

プロパティ値

(resourceGroupName: string, storageMoverName: string, endpointName: string, options?: EndpointsGetOptionalParams) => Promise<Endpoint>

list

Storage Mover 内のすべてのエンドポイントを一覧表示します。

list: (resourceGroupName: string, storageMoverName: string, options?: EndpointsListOptionalParams) => PagedAsyncIterableIterator<Endpoint, Endpoint[], PageSettings>

プロパティ値

(resourceGroupName: string, storageMoverName: string, options?: EndpointsListOptionalParams) => PagedAsyncIterableIterator<Endpoint, Endpoint[], PageSettings>

update

エンドポイント リソースのプロパティを更新します。 要求本文で指定されていないプロパティは変更されません。

update: (resourceGroupName: string, storageMoverName: string, endpointName: string, endpointParam: EndpointBaseUpdateParameters, options?: EndpointsUpdateOptionalParams) => Promise<Endpoint>

プロパティ値

(resourceGroupName: string, storageMoverName: string, endpointName: string, endpointParam: EndpointBaseUpdateParameters, options?: EndpointsUpdateOptionalParams) => Promise<Endpoint>