次の方法で共有


Clusters interface

クラスターを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

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

beginUpdate(string, string, ClusterUpdateParameters, ClustersUpdateOptionalParams)

指定した名前で Service Fabric クラスター リソースの構成を更新します。

beginUpdateAndWait(string, string, ClusterUpdateParameters, ClustersUpdateOptionalParams)

指定した名前で Service Fabric クラスター リソースの構成を更新します。

delete(string, string, ClustersDeleteOptionalParams)

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

get(string, string, ClustersGetOptionalParams)

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

list(ClustersListOptionalParams)

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

listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)

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

listUpgradableVersions(string, string, ClustersListUpgradableVersionsOptionalParams)

ターゲットが指定されていない場合は、現在のクラスター バージョンから使用可能な最小バージョンと最大バージョンが取得されます。 ターゲットが指定されている場合は、現在のクラスター バージョンからターゲット バージョンへの取得に必要なパスが提供されます。

メソッドの詳細

beginCreateOrUpdate(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

clusterName

string

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

parameters
Cluster

クラスター リソース。

options
ClustersCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<Cluster>

パラメーター

resourceGroupName

string

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

clusterName

string

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

parameters
Cluster

クラスター リソース。

options
ClustersCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Cluster>

beginUpdate(string, string, ClusterUpdateParameters, ClustersUpdateOptionalParams)

指定した名前で Service Fabric クラスター リソースの構成を更新します。

function beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdateParameters, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

パラメーター

resourceGroupName

string

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

clusterName

string

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

parameters
ClusterUpdateParameters

クラスター構成の更新に使用したプロパティ値とプロパティ名を含むパラメーター。

options
ClustersUpdateOptionalParams

options パラメーター。

戻り値

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

beginUpdateAndWait(string, string, ClusterUpdateParameters, ClustersUpdateOptionalParams)

指定した名前で Service Fabric クラスター リソースの構成を更新します。

function beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdateParameters, options?: ClustersUpdateOptionalParams): Promise<Cluster>

パラメーター

resourceGroupName

string

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

clusterName

string

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

parameters
ClusterUpdateParameters

クラスター構成の更新に使用したプロパティ値とプロパティ名を含むパラメーター。

options
ClustersUpdateOptionalParams

options パラメーター。

戻り値

Promise<Cluster>

delete(string, string, ClustersDeleteOptionalParams)

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

function delete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

clusterName

string

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

options
ClustersDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, ClustersGetOptionalParams)

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

function get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<Cluster>

パラメーター

resourceGroupName

string

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

clusterName

string

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

options
ClustersGetOptionalParams

options パラメーター。

戻り値

Promise<Cluster>

list(ClustersListOptionalParams)

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

function list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

パラメーター

options
ClustersListOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

options
ClustersListByResourceGroupOptionalParams

options パラメーター。

戻り値

listUpgradableVersions(string, string, ClustersListUpgradableVersionsOptionalParams)

ターゲットが指定されていない場合は、現在のクラスター バージョンから使用可能な最小バージョンと最大バージョンが取得されます。 ターゲットが指定されている場合は、現在のクラスター バージョンからターゲット バージョンへの取得に必要なパスが提供されます。

function listUpgradableVersions(resourceGroupName: string, clusterName: string, options?: ClustersListUpgradableVersionsOptionalParams): Promise<UpgradableVersionPathResult>

パラメーター

resourceGroupName

string

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

clusterName

string

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

options
ClustersListUpgradableVersionsOptionalParams

options パラメーター。

戻り値