次の方法で共有


ResourcePools interface

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

メソッド

beginCreate(string, string, ResourcePoolsCreateOptionalParams)

resourcePool を作成または更新します。

beginCreateAndWait(string, string, ResourcePoolsCreateOptionalParams)

resourcePool を作成または更新します。

beginDelete(string, string, ResourcePoolsDeleteOptionalParams)

resourcePool DELETE メソッドを実装します。

beginDeleteAndWait(string, string, ResourcePoolsDeleteOptionalParams)

resourcePool DELETE メソッドを実装します。

get(string, string, ResourcePoolsGetOptionalParams)

resourcePool GET メソッドを実装します。

list(ResourcePoolsListOptionalParams)

サブスクリプション内の resourcePools の一覧。

listByResourceGroup(string, ResourcePoolsListByResourceGroupOptionalParams)

リソース グループ内の resourcePools の一覧。

update(string, string, ResourcePoolsUpdateOptionalParams)

resourcePool リソースの特定のプロパティを更新する API。

メソッドの詳細

beginCreate(string, string, ResourcePoolsCreateOptionalParams)

resourcePool を作成または更新します。

function beginCreate(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ResourcePool>, ResourcePool>>

パラメーター

resourceGroupName

string

リソース グループ名。

resourcePoolName

string

resourcePool の名前。

options
ResourcePoolsCreateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<ResourcePool>, ResourcePool>>

beginCreateAndWait(string, string, ResourcePoolsCreateOptionalParams)

resourcePool を作成または更新します。

function beginCreateAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<ResourcePool>

パラメーター

resourceGroupName

string

リソース グループ名。

resourcePoolName

string

resourcePool の名前。

options
ResourcePoolsCreateOptionalParams

オプション パラメーター。

戻り値

Promise<ResourcePool>

beginDelete(string, string, ResourcePoolsDeleteOptionalParams)

resourcePool DELETE メソッドを実装します。

function beginDelete(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループ名。

resourcePoolName

string

resourcePool の名前。

options
ResourcePoolsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ResourcePoolsDeleteOptionalParams)

resourcePool DELETE メソッドを実装します。

function beginDeleteAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループ名。

resourcePoolName

string

resourcePool の名前。

options
ResourcePoolsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, ResourcePoolsGetOptionalParams)

resourcePool GET メソッドを実装します。

function get(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsGetOptionalParams): Promise<ResourcePool>

パラメーター

resourceGroupName

string

リソース グループ名。

resourcePoolName

string

resourcePool の名前。

options
ResourcePoolsGetOptionalParams

オプション パラメーター。

戻り値

Promise<ResourcePool>

list(ResourcePoolsListOptionalParams)

サブスクリプション内の resourcePools の一覧。

function list(options?: ResourcePoolsListOptionalParams): PagedAsyncIterableIterator<ResourcePool, ResourcePool[], PageSettings>

パラメーター

options
ResourcePoolsListOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, ResourcePoolsListByResourceGroupOptionalParams)

リソース グループ内の resourcePools の一覧。

function listByResourceGroup(resourceGroupName: string, options?: ResourcePoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ResourcePool, ResourcePool[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループ名。

options
ResourcePoolsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

update(string, string, ResourcePoolsUpdateOptionalParams)

resourcePool リソースの特定のプロパティを更新する API。

function update(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsUpdateOptionalParams): Promise<ResourcePool>

パラメーター

resourceGroupName

string

リソース グループ名。

resourcePoolName

string

resourcePool の名前。

options
ResourcePoolsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<ResourcePool>