ToolsOperations interface

ツール操作を表すインターフェース。

プロパティ

createOrUpdate

ツール作成

delete
get

ツールを手に入れましょう

listByResourceGroup

リソースグループ別ツールリソース一覧

listBySubscription

サブスクリプションID別ツールリソース一覧

update

ツールの更新

プロパティの詳細

createOrUpdate

ツール作成

createOrUpdate: (resourceGroupName: string, toolName: string, resource: Tool, options?: ToolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Tool>, Tool>

プロパティ値

(resourceGroupName: string, toolName: string, resource: Tool, options?: ToolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Tool>, Tool>

delete

delete: (resourceGroupName: string, toolName: string, options?: ToolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, toolName: string, options?: ToolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

ツールを手に入れましょう

get: (resourceGroupName: string, toolName: string, options?: ToolsGetOptionalParams) => Promise<Tool>

プロパティ値

(resourceGroupName: string, toolName: string, options?: ToolsGetOptionalParams) => Promise<Tool>

listByResourceGroup

リソースグループ別ツールリソース一覧

listByResourceGroup: (resourceGroupName: string, options?: ToolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Tool, Tool[], PageSettings>

プロパティ値

(resourceGroupName: string, options?: ToolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Tool, Tool[], PageSettings>

listBySubscription

サブスクリプションID別ツールリソース一覧

listBySubscription: (options?: ToolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Tool, Tool[], PageSettings>

プロパティ値

(options?: ToolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Tool, Tool[], PageSettings>

update

ツールの更新

update: (resourceGroupName: string, toolName: string, properties: ToolUpdate, options?: ToolsUpdateOptionalParams) => PollerLike<OperationState<Tool>, Tool>

プロパティ値

(resourceGroupName: string, toolName: string, properties: ToolUpdate, options?: ToolsUpdateOptionalParams) => PollerLike<OperationState<Tool>, Tool>