Sdílet prostřednictvím


Clusters interface

Rozhraní představující clustery

Metody

beginCreate(string, string, ClustersCreateOptionalParams)

Vytvoření nebo aktualizace clusteru

beginCreateAndWait(string, string, ClustersCreateOptionalParams)

Vytvoření nebo aktualizace clusteru

beginDelete(string, string, ClustersDeleteOptionalParams)

Implementuje metodu DELETE clusteru.

beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)

Implementuje metodu DELETE clusteru.

get(string, string, ClustersGetOptionalParams)

Implementuje metodu GET clusteru.

list(ClustersListOptionalParams)

Seznam clusterů v předplatném

listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)

Seznam clusterů ve skupině prostředků

update(string, string, ClustersUpdateOptionalParams)

Rozhraní API pro aktualizaci určitých vlastností prostředku clusteru

Podrobnosti metody

beginCreate(string, string, ClustersCreateOptionalParams)

Vytvoření nebo aktualizace clusteru

function beginCreate(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

Parametry

resourceGroupName

string

Název skupiny prostředků.

clusterName

string

Název clusteru.

options
ClustersCreateOptionalParams

Parametry možností.

Návraty

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

beginCreateAndWait(string, string, ClustersCreateOptionalParams)

Vytvoření nebo aktualizace clusteru

function beginCreateAndWait(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<Cluster>

Parametry

resourceGroupName

string

Název skupiny prostředků.

clusterName

string

Název clusteru.

options
ClustersCreateOptionalParams

Parametry možností.

Návraty

Promise<Cluster>

beginDelete(string, string, ClustersDeleteOptionalParams)

Implementuje metodu DELETE clusteru.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

clusterName

string

Název clusteru.

options
ClustersDeleteOptionalParams

Parametry možností.

Návraty

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

beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)

Implementuje metodu DELETE clusteru.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

clusterName

string

Název clusteru.

options
ClustersDeleteOptionalParams

Parametry možností.

Návraty

Promise<void>

get(string, string, ClustersGetOptionalParams)

Implementuje metodu GET clusteru.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

clusterName

string

Název clusteru.

options
ClustersGetOptionalParams

Parametry možností.

Návraty

Promise<Cluster>

list(ClustersListOptionalParams)

Seznam clusterů v předplatném

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

Parametry

options
ClustersListOptionalParams

Parametry možností.

Návraty

listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)

Seznam clusterů ve skupině prostředků

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

options
ClustersListByResourceGroupOptionalParams

Parametry možností.

Návraty

update(string, string, ClustersUpdateOptionalParams)

Rozhraní API pro aktualizaci určitých vlastností prostředku clusteru

function update(resourceGroupName: string, clusterName: string, options?: ClustersUpdateOptionalParams): Promise<Cluster>

Parametry

resourceGroupName

string

Název skupiny prostředků.

clusterName

string

Název clusteru.

options
ClustersUpdateOptionalParams

Parametry možností.

Návraty

Promise<Cluster>