次の方法で共有


ClusterPools interface

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

メソッド

beginCreateOrUpdate(string, string, ClusterPool, ClusterPoolsCreateOrUpdateOptionalParams)

クラスター プールを作成または更新します。

beginCreateOrUpdateAndWait(string, string, ClusterPool, ClusterPoolsCreateOrUpdateOptionalParams)

クラスター プールを作成または更新します。

beginDelete(string, string, ClusterPoolsDeleteOptionalParams)

クラスター プールを削除します。

beginDeleteAndWait(string, string, ClusterPoolsDeleteOptionalParams)

クラスター プールを削除します。

beginUpdateTags(string, string, TagsObject, ClusterPoolsUpdateTagsOptionalParams)

既存のクラスター プール タグをUpdatesします。

beginUpdateTagsAndWait(string, string, TagsObject, ClusterPoolsUpdateTagsOptionalParams)

既存のクラスター プール タグをUpdatesします。

beginUpgrade(string, string, ClusterPoolUpgrade, ClusterPoolsUpgradeOptionalParams)

クラスター プールをアップグレードします。

beginUpgradeAndWait(string, string, ClusterPoolUpgrade, ClusterPoolsUpgradeOptionalParams)

クラスター プールをアップグレードします。

get(string, string, ClusterPoolsGetOptionalParams)

クラスター プールを取得します。

listByResourceGroup(string, ClusterPoolsListByResourceGroupOptionalParams)

リソース グループの下に HDInsight クラスター プールをListsします。

listBySubscription(ClusterPoolsListBySubscriptionOptionalParams)

サブスクリプション内のクラスター プールの一覧を取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, ClusterPool, ClusterPoolsCreateOrUpdateOptionalParams)

クラスター プールを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, clusterPoolName: string, clusterPool: ClusterPool, options?: ClusterPoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClusterPool>, ClusterPool>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterPoolName

string

クラスター プールの名前。

clusterPool
ClusterPool

作成するクラスター プール。

options
ClusterPoolsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, ClusterPool, ClusterPoolsCreateOrUpdateOptionalParams)

クラスター プールを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterPoolName: string, clusterPool: ClusterPool, options?: ClusterPoolsCreateOrUpdateOptionalParams): Promise<ClusterPool>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterPoolName

string

クラスター プールの名前。

clusterPool
ClusterPool

作成するクラスター プール。

options
ClusterPoolsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<ClusterPool>

beginDelete(string, string, ClusterPoolsDeleteOptionalParams)

クラスター プールを削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterPoolName

string

クラスター プールの名前。

options
ClusterPoolsDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, ClusterPoolsDeleteOptionalParams)

クラスター プールを削除します。

function beginDeleteAndWait(resourceGroupName: string, clusterPoolName: string, options?: ClusterPoolsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterPoolName

string

クラスター プールの名前。

options
ClusterPoolsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginUpdateTags(string, string, TagsObject, ClusterPoolsUpdateTagsOptionalParams)

既存のクラスター プール タグをUpdatesします。

function beginUpdateTags(resourceGroupName: string, clusterPoolName: string, clusterPoolTags: TagsObject, options?: ClusterPoolsUpdateTagsOptionalParams): Promise<SimplePollerLike<OperationState<ClusterPool>, ClusterPool>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterPoolName

string

クラスター プールの名前。

clusterPoolTags
TagsObject

タグを更新するために指定されたパラメーター。

options
ClusterPoolsUpdateTagsOptionalParams

options パラメーター。

戻り値

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

beginUpdateTagsAndWait(string, string, TagsObject, ClusterPoolsUpdateTagsOptionalParams)

既存のクラスター プール タグをUpdatesします。

function beginUpdateTagsAndWait(resourceGroupName: string, clusterPoolName: string, clusterPoolTags: TagsObject, options?: ClusterPoolsUpdateTagsOptionalParams): Promise<ClusterPool>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterPoolName

string

クラスター プールの名前。

clusterPoolTags
TagsObject

タグを更新するために指定されたパラメーター。

options
ClusterPoolsUpdateTagsOptionalParams

options パラメーター。

戻り値

Promise<ClusterPool>

beginUpgrade(string, string, ClusterPoolUpgrade, ClusterPoolsUpgradeOptionalParams)

クラスター プールをアップグレードします。

function beginUpgrade(resourceGroupName: string, clusterPoolName: string, clusterPoolUpgradeRequest: ClusterPoolUpgrade, options?: ClusterPoolsUpgradeOptionalParams): Promise<SimplePollerLike<OperationState<ClusterPool>, ClusterPool>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterPoolName

string

クラスター プールの名前。

clusterPoolUpgradeRequest
ClusterPoolUpgrade

クラスター プールをアップグレードします。

options
ClusterPoolsUpgradeOptionalParams

options パラメーター。

戻り値

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

beginUpgradeAndWait(string, string, ClusterPoolUpgrade, ClusterPoolsUpgradeOptionalParams)

クラスター プールをアップグレードします。

function beginUpgradeAndWait(resourceGroupName: string, clusterPoolName: string, clusterPoolUpgradeRequest: ClusterPoolUpgrade, options?: ClusterPoolsUpgradeOptionalParams): Promise<ClusterPool>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterPoolName

string

クラスター プールの名前。

clusterPoolUpgradeRequest
ClusterPoolUpgrade

クラスター プールをアップグレードします。

options
ClusterPoolsUpgradeOptionalParams

options パラメーター。

戻り値

Promise<ClusterPool>

get(string, string, ClusterPoolsGetOptionalParams)

クラスター プールを取得します。

function get(resourceGroupName: string, clusterPoolName: string, options?: ClusterPoolsGetOptionalParams): Promise<ClusterPool>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterPoolName

string

クラスター プールの名前。

options
ClusterPoolsGetOptionalParams

options パラメーター。

戻り値

Promise<ClusterPool>

listByResourceGroup(string, ClusterPoolsListByResourceGroupOptionalParams)

リソース グループの下に HDInsight クラスター プールをListsします。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
ClusterPoolsListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(ClusterPoolsListBySubscriptionOptionalParams)

サブスクリプション内のクラスター プールの一覧を取得します。

function listBySubscription(options?: ClusterPoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ClusterPool, ClusterPool[], PageSettings>

パラメーター

options
ClusterPoolsListBySubscriptionOptionalParams

options パラメーター。

戻り値