Delen via


ClusterVersions interface

Interface die een ClusterVersions vertegenwoordigt.

Methoden

get(string, string, ClusterVersionsGetOptionalParams)

Hiermee wordt informatie opgehaald over een beschikbare Service Fabric-clustercodeversie.

getByEnvironment(string, string, string, ClusterVersionsGetByEnvironmentOptionalParams)

Haalt informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving.

list(string, ClusterVersionsListOptionalParams)

Hiermee haalt u alle beschikbare codeversies voor Service Fabric-clusterresources op locatie op.

listByEnvironment(string, string, ClusterVersionsListByEnvironmentOptionalParams)

Hiermee haalt u alle beschikbare codeversies voor Service Fabric-clusterresources op per omgeving.

Methodedetails

get(string, string, ClusterVersionsGetOptionalParams)

Hiermee wordt informatie opgehaald over een beschikbare Service Fabric-clustercodeversie.

function get(location: string, clusterVersion: string, options?: ClusterVersionsGetOptionalParams): Promise<ClusterCodeVersionsListResult>

Parameters

location

string

De locatie voor de clustercodeversies. Dit wijkt af van de locatie van het cluster.

clusterVersion

string

De versie van de clustercode.

options
ClusterVersionsGetOptionalParams

De optiesparameters.

Retouren

getByEnvironment(string, string, string, ClusterVersionsGetByEnvironmentOptionalParams)

Haalt informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving.

function getByEnvironment(location: string, environment: string, clusterVersion: string, options?: ClusterVersionsGetByEnvironmentOptionalParams): Promise<ClusterCodeVersionsListResult>

Parameters

location

string

De locatie voor de clustercodeversies. Dit wijkt af van de locatie van het cluster.

environment

string

Het besturingssysteem van het cluster. De standaardwaarde betekent alles.

clusterVersion

string

De versie van de clustercode.

options
ClusterVersionsGetByEnvironmentOptionalParams

De optiesparameters.

Retouren

list(string, ClusterVersionsListOptionalParams)

Hiermee haalt u alle beschikbare codeversies voor Service Fabric-clusterresources op locatie op.

function list(location: string, options?: ClusterVersionsListOptionalParams): Promise<ClusterCodeVersionsListResult>

Parameters

location

string

De locatie voor de clustercodeversies. Dit wijkt af van de locatie van het cluster.

options
ClusterVersionsListOptionalParams

De optiesparameters.

Retouren

listByEnvironment(string, string, ClusterVersionsListByEnvironmentOptionalParams)

Hiermee haalt u alle beschikbare codeversies voor Service Fabric-clusterresources op per omgeving.

function listByEnvironment(location: string, environment: string, options?: ClusterVersionsListByEnvironmentOptionalParams): Promise<ClusterCodeVersionsListResult>

Parameters

location

string

De locatie voor de clustercodeversies. Dit wijkt af van de locatie van het cluster.

environment

string

Het besturingssysteem van het cluster. De standaardwaarde betekent alles.

options
ClusterVersionsListByEnvironmentOptionalParams

De optiesparameters.

Retouren