ClusterVersions interface
Interface die een ClusterVersions vertegenwoordigt.
Methoden
| get(string, string, Cluster |
Hiermee wordt informatie opgehaald over een beschikbare Service Fabric-clustercodeversie. |
| get |
Haalt informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving. |
| list(string, Cluster |
Hiermee haalt u alle beschikbare codeversies voor Service Fabric-clusterresources op locatie op. |
| list |
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
Promise<ClusterCodeVersionsListResult>
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.
De optiesparameters.
Retouren
Promise<ClusterCodeVersionsListResult>
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.
De optiesparameters.
Retouren
Promise<ClusterCodeVersionsListResult>
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.
De optiesparameters.
Retouren
Promise<ClusterCodeVersionsListResult>