ManagedClusterVersion interface
Interface die een ManagedClusterVersion vertegenwoordigt.
Methoden
get(string, string, Managed |
Hiermee wordt informatie opgehaald over een beschikbare versie van beheerde Service Fabric-clustercode. |
get |
Haalt informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving. |
list(string, Managed |
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, ManagedClusterVersionGetOptionalParams)
Hiermee wordt informatie opgehaald over een beschikbare versie van beheerde Service Fabric-clustercode.
function get(location: string, clusterVersion: string, options?: ManagedClusterVersionGetOptionalParams): Promise<ManagedClusterCodeVersionResult>
Parameters
- location
-
string
De locatie voor de clustercodeversies. Dit wijkt af van de locatie van het cluster.
- clusterVersion
-
string
De versie van de clustercode.
De optiesparameters.
Retouren
Promise<ManagedClusterCodeVersionResult>
getByEnvironment(string, string, string, ManagedClusterVersionGetByEnvironmentOptionalParams)
Haalt informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving.
function getByEnvironment(location: string, environment: string, clusterVersion: string, options?: ManagedClusterVersionGetByEnvironmentOptionalParams): Promise<ManagedClusterCodeVersionResult>
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<ManagedClusterCodeVersionResult>
list(string, ManagedClusterVersionListOptionalParams)
Hiermee haalt u alle beschikbare codeversies voor Service Fabric-clusterresources op locatie op.
function list(location: string, options?: ManagedClusterVersionListOptionalParams): Promise<ManagedClusterVersionListResponse>
Parameters
- location
-
string
De locatie voor de clustercodeversies. Dit wijkt af van de locatie van het cluster.
De optiesparameters.
Retouren
Promise<ManagedClusterVersionListResponse>
listByEnvironment(string, string, ManagedClusterVersionListByEnvironmentOptionalParams)
Hiermee haalt u alle beschikbare codeversies voor Service Fabric-clusterresources op per omgeving.
function listByEnvironment(location: string, environment: string, options?: ManagedClusterVersionListByEnvironmentOptionalParams): Promise<ManagedClusterVersionListByEnvironmentResponse>
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
Azure SDK for JavaScript