Cluster Versions - List
Hämtar listan över service fabric-klusterkodversioner som är tillgängliga för den angivna platsen.
Hämtar alla tillgängliga kodversioner för Service Fabric-klusterresurser efter plats.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions?api-version=2023-11-01-preview
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
location
|
path | True |
string |
Platsparametern. |
subscription
|
path | True |
string |
Kundens prenumerationsidentifierare. |
api-version
|
query | True |
string |
Versionen av Service Fabric-resursprovider-API:et. Det här är en obligatorisk parameter och dess värde måste vara "2023-11-01-preview" för den här specifikationen. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
Åtgärden har slutförts. |
|
Other Status Codes |
Det detaljerade felsvaret. |
Säkerhet
azure_auth
Azure Active Directory OAuth2 Flow
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Exempel
List cluster versions
Exempelbegäran
Exempelsvar
{
"value": [
{
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/environments/Windows/clusterVersions/6.1.480.9494",
"name": "6.1.480.9494",
"type": "Microsoft.ServiceFabric/locations/environments/clusterVersions",
"properties": {
"codeVersion": "6.1.480.9494",
"supportExpiryUtc": "2018-06-15T23:59:59.9999999",
"environment": "Windows"
}
},
{
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/environments/Linux/clusterVersions/6.1.187.1",
"name": "6.1.187.1",
"type": "Microsoft.ServiceFabric/locations/environments/clusterVersions",
"properties": {
"codeVersion": "6.1.187.1",
"supportExpiryUtc": "2018-06-15T23:59:59.9999999",
"environment": "Linux"
}
}
]
}
Definitioner
Name | Description |
---|---|
Cluster |
Listresultatet för Service Fabric-körningsversionerna. |
Cluster |
Resultatet av Service Fabric-körningsversionerna |
Cluster |
Klusteroperativsystem, standardinställningen är Windows |
Error |
Strukturen för felet. |
Error |
Felinformationen. |
ClusterCodeVersionsListResult
Listresultatet för Service Fabric-körningsversionerna.
Name | Typ | Description |
---|---|---|
nextLink |
string |
Den URL som ska användas för att hämta nästa uppsättning resultat. |
value |
Resultatet av Service Fabric-körningsversionerna |
ClusterCodeVersionsResult
Resultatet av Service Fabric-körningsversionerna
Name | Typ | Description |
---|---|---|
id |
string |
Identifiering av resultatet |
name |
string |
Namnet på resultatet |
properties.codeVersion |
string |
Service Fabric-körningsversionen av klustret. |
properties.environment |
Anger om den här versionen är för Windows- eller Linux-operativsystem. |
|
properties.supportExpiryUtc |
string |
Datumet då supporten för versionen upphör att gälla. |
type |
string |
Resultatresurstypen |
ClusterEnvironment
Klusteroperativsystem, standardinställningen är Windows
Name | Typ | Description |
---|---|---|
Linux |
string |
|
Windows |
string |
ErrorModel
Strukturen för felet.
Name | Typ | Description |
---|---|---|
error |
Felinformationen. |
ErrorModelError
Felinformationen.
Name | Typ | Description |
---|---|---|
code |
string |
Felkoden. |
message |
string |
Felmeddelandet. |