ResourcePools interface
ResourcePools を表すインターフェイス。
メソッド
| begin |
resourcePool を作成または更新します。 |
| begin |
resourcePool を作成または更新します。 |
| begin |
resourcePool DELETE メソッドを実装します。 |
| begin |
resourcePool DELETE メソッドを実装します。 |
| get(string, string, Resource |
resourcePool GET メソッドを実装します。 |
| list(Resource |
サブスクリプション内の resourcePools の一覧。 |
| list |
リソース グループ内の resourcePools の一覧。 |
| update(string, string, Resource |
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 の名前。
オプション パラメーター。
戻り値
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 の名前。
オプション パラメーター。
戻り値
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 の名前。
オプション パラメーター。
戻り値
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 の名前。
オプション パラメーター。
戻り値
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
リソース グループ名。
オプション パラメーター。
戻り値
update(string, string, ResourcePoolsUpdateOptionalParams)
resourcePool リソースの特定のプロパティを更新する API。
function update(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsUpdateOptionalParams): Promise<ResourcePool>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- resourcePoolName
-
string
resourcePool の名前。
オプション パラメーター。
戻り値
Promise<ResourcePool>