Pools interface
プールを表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, Pool, PoolsCreateOrUpdateOptionalParams)
プールを作成する
function beginCreateOrUpdate(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Pool>, Pool>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- poolName
-
string
プールの名前。 グローバルに一意である必要があります。
- resource
- Pool
リソース作成パラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Pool>, Pool>>
beginCreateOrUpdateAndWait(string, string, Pool, PoolsCreateOrUpdateOptionalParams)
プールを作成する
function beginCreateOrUpdateAndWait(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams): Promise<Pool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- poolName
-
string
プールの名前。 グローバルに一意である必要があります。
- resource
- Pool
リソース作成パラメーター。
options パラメーター。
戻り値
Promise<Pool>
beginDelete(string, string, PoolsDeleteOptionalParams)
プールを削除する
function beginDelete(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PoolsDeleteHeaders>, PoolsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- poolName
-
string
プールの名前。 グローバルに一意である必要があります。
- options
- PoolsDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PoolsDeleteHeaders>, PoolsDeleteHeaders>>
beginDeleteAndWait(string, string, PoolsDeleteOptionalParams)
プールを削除する
function beginDeleteAndWait(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<PoolsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- poolName
-
string
プールの名前。 グローバルに一意である必要があります。
- options
- PoolsDeleteOptionalParams
options パラメーター。
戻り値
Promise<PoolsDeleteHeaders>
beginUpdate(string, string, PoolUpdate, PoolsUpdateOptionalParams)
プールを更新する
function beginUpdate(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Pool>, Pool>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- poolName
-
string
プールの名前。 グローバルに一意である必要があります。
- properties
- PoolUpdate
更新するリソース プロパティ。
- options
- PoolsUpdateOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Pool>, Pool>>
beginUpdateAndWait(string, string, PoolUpdate, PoolsUpdateOptionalParams)
プールを更新する
function beginUpdateAndWait(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams): Promise<Pool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- poolName
-
string
プールの名前。 グローバルに一意である必要があります。
- properties
- PoolUpdate
更新するリソース プロパティ。
- options
- PoolsUpdateOptionalParams
options パラメーター。
戻り値
Promise<Pool>
get(string, string, PoolsGetOptionalParams)
プールを取得する
function get(resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams): Promise<Pool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- poolName
-
string
プールの名前。 グローバルに一意である必要があります。
- options
- PoolsGetOptionalParams
options パラメーター。
戻り値
Promise<Pool>
listByResourceGroup(string, PoolsListByResourceGroupOptionalParams)
リソース グループ別にプール リソースを一覧表示する
function listByResourceGroup(resourceGroupName: string, options?: PoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Pool, Pool[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
options パラメーター。
戻り値
listBySubscription(PoolsListBySubscriptionOptionalParams)
サブスクリプション ID 別にプール リソースを一覧表示する
function listBySubscription(options?: PoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Pool, Pool[], PageSettings>
パラメーター
options パラメーター。
戻り値
Azure SDK for JavaScript