次の方法で共有


ManagedClusters interface

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

メソッド

beginCreateOrUpdate(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

指定した名前で Service Fabric マネージド クラスター リソースを作成または更新します。

beginCreateOrUpdateAndWait(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

指定した名前で Service Fabric マネージド クラスター リソースを作成または更新します。

beginDelete(string, string, ManagedClustersDeleteOptionalParams)

指定した名前の Service Fabric マネージド クラスター リソースを削除します。

beginDeleteAndWait(string, string, ManagedClustersDeleteOptionalParams)

指定した名前の Service Fabric マネージド クラスター リソースを削除します。

get(string, string, ManagedClustersGetOptionalParams)

作成された Service Fabric マネージド クラスター リソースを取得するか、指定されたリソース グループに作成されるプロセスで取得します。

listByResourceGroup(string, ManagedClustersListByResourceGroupOptionalParams)

作成されたすべての Service Fabric クラスター リソース、またはリソース グループ内で作成中の Service Fabric クラスター リソースを取得します。

listBySubscription(ManagedClustersListBySubscriptionOptionalParams)

作成されたすべての Service Fabric クラスター リソース、またはサブスクリプションで作成中の Service Fabric クラスター リソースを取得します。

update(string, string, ManagedClusterUpdateParameters, ManagedClustersUpdateOptionalParams)

指定した名前で Service Fabric マネージド クラスター リソースのタグを更新します。

メソッドの詳細

beginCreateOrUpdate(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

指定した名前で Service Fabric マネージド クラスター リソースを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCluster>, ManagedCluster>>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスター リソースの名前。

parameters
ManagedCluster

クラスター リソース。

options
ManagedClustersCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

指定した名前で Service Fabric マネージド クラスター リソースを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams): Promise<ManagedCluster>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスター リソースの名前。

parameters
ManagedCluster

クラスター リソース。

options
ManagedClustersCreateOrUpdateOptionalParams

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

戻り値

Promise<ManagedCluster>

beginDelete(string, string, ManagedClustersDeleteOptionalParams)

指定した名前の Service Fabric マネージド クラスター リソースを削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスター リソースの名前。

options
ManagedClustersDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, ManagedClustersDeleteOptionalParams)

指定した名前の Service Fabric マネージド クラスター リソースを削除します。

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスター リソースの名前。

options
ManagedClustersDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, ManagedClustersGetOptionalParams)

作成された Service Fabric マネージド クラスター リソースを取得するか、指定されたリソース グループに作成されるプロセスで取得します。

function get(resourceGroupName: string, clusterName: string, options?: ManagedClustersGetOptionalParams): Promise<ManagedCluster>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスター リソースの名前。

options
ManagedClustersGetOptionalParams

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

戻り値

Promise<ManagedCluster>

listByResourceGroup(string, ManagedClustersListByResourceGroupOptionalParams)

作成されたすべての Service Fabric クラスター リソース、またはリソース グループ内で作成中の Service Fabric クラスター リソースを取得します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

options
ManagedClustersListByResourceGroupOptionalParams

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

戻り値

listBySubscription(ManagedClustersListBySubscriptionOptionalParams)

作成されたすべての Service Fabric クラスター リソース、またはサブスクリプションで作成中の Service Fabric クラスター リソースを取得します。

function listBySubscription(options?: ManagedClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

パラメーター

options
ManagedClustersListBySubscriptionOptionalParams

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

戻り値

update(string, string, ManagedClusterUpdateParameters, ManagedClustersUpdateOptionalParams)

指定した名前で Service Fabric マネージド クラスター リソースのタグを更新します。

function update(resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams): Promise<ManagedCluster>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスター リソースの名前。

parameters
ManagedClusterUpdateParameters

マネージド クラスター リソースがタグを更新しました。

options
ManagedClustersUpdateOptionalParams

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

戻り値

Promise<ManagedCluster>