Clusters interface
クラスターを表すインターフェイス。
メソッド
| begin |
クラスターを作成または更新します。 |
| begin |
クラスターを作成または更新します。 |
| begin |
クラスター DELETE メソッドを実装します。 |
| begin |
クラスター DELETE メソッドを実装します。 |
| get(string, string, Clusters |
クラスター GET メソッドを実装します。 |
| list(Clusters |
サブスクリプション内のクラスターの一覧。 |
| list |
リソース グループ内のクラスターの一覧。 |
| update(string, string, Clusters |
クラスター リソースの特定のプロパティを更新する API。 |
メソッドの詳細
beginCreate(string, string, ClustersCreateOptionalParams)
クラスターを作成または更新します。
function beginCreate(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- clusterName
-
string
クラスターの名前。
- options
- ClustersCreateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Cluster>, Cluster>>
beginCreateAndWait(string, string, ClustersCreateOptionalParams)
クラスターを作成または更新します。
function beginCreateAndWait(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- clusterName
-
string
クラスターの名前。
- options
- ClustersCreateOptionalParams
オプション パラメーター。
戻り値
Promise<Cluster>
beginDelete(string, string, ClustersDeleteOptionalParams)
クラスター DELETE メソッドを実装します。
function beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- clusterName
-
string
クラスターの名前。
- options
- ClustersDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)
クラスター DELETE メソッドを実装します。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- clusterName
-
string
クラスターの名前。
- options
- ClustersDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, ClustersGetOptionalParams)
クラスター GET メソッドを実装します。
function get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- clusterName
-
string
クラスターの名前。
- options
- ClustersGetOptionalParams
オプション パラメーター。
戻り値
Promise<Cluster>
list(ClustersListOptionalParams)
サブスクリプション内のクラスターの一覧。
function list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>
パラメーター
- options
- ClustersListOptionalParams
オプション パラメーター。
戻り値
listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)
リソース グループ内のクラスターの一覧。
function listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
オプション パラメーター。
戻り値
update(string, string, ClustersUpdateOptionalParams)
クラスター リソースの特定のプロパティを更新する API。
function update(resourceGroupName: string, clusterName: string, options?: ClustersUpdateOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- clusterName
-
string
クラスターの名前。
- options
- ClustersUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Cluster>