Delen via


Cluster Versions - List

Hiermee haalt u de lijst met service fabric-clustercodeversies op die beschikbaar zijn voor de opgegeven locatie.
Hiermee worden alle beschikbare codeversies voor Service Fabric-clusterresources op locatie opgehaald.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions?api-version=2023-11-01-preview

URI-parameters

Name In Vereist Type Description
location
path True

string

De locatieparameter.

subscriptionId
path True

string

De abonnements-id van de klant.

api-version
query True

string

De versie van de Service Fabric-resourceprovider-API. Dit is een vereiste parameter en de waarde moet '2023-11-01-preview' zijn voor deze specificatie.

Antwoorden

Name Type Description
200 OK

ClusterCodeVersionsListResult

De bewerking is voltooid.

Other Status Codes

ErrorModel

Het gedetailleerde foutantwoord.

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom

Type: oauth2
Stroom: implicit
Autorisatie-URL: https://login.microsoftonline.com/common/oauth2/authorize

Bereiken

Name Description
user_impersonation Uw gebruikersaccount imiteren

Voorbeelden

List cluster versions

Voorbeeldaanvraag

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/clusterVersions?api-version=2023-11-01-preview

Voorbeeldrespons

{
  "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"
      }
    }
  ]
}

Definities

Name Description
ClusterCodeVersionsListResult

De lijst met resultaten van de Service Fabric-runtimeversies.

ClusterCodeVersionsResult

Het resultaat van de Service Fabric-runtimeversies

ClusterEnvironment

Clusterbesturingssysteem. De standaardinstelling is Windows

ErrorModel

De structuur van de fout.

ErrorModelError

De foutdetails.

ClusterCodeVersionsListResult

De lijst met resultaten van de Service Fabric-runtimeversies.

Name Type Description
nextLink

string

De URL die moet worden gebruikt voor het ophalen van de volgende set resultaten.

value

ClusterCodeVersionsResult[]

Het resultaat van de Service Fabric-runtimeversies

ClusterCodeVersionsResult

Het resultaat van de Service Fabric-runtimeversies

Name Type Description
id

string

De identificatie van het resultaat

name

string

De naam van het resultaat

properties.codeVersion

string

De Service Fabric-runtimeversie van het cluster.

properties.environment

ClusterEnvironment

Hiermee wordt aangegeven of deze versie voor het Windows- of Linux-besturingssysteem is.

properties.supportExpiryUtc

string

De datum waarop de ondersteuning van de versie is verlopen.

type

string

Het resultaatresourcetype

ClusterEnvironment

Clusterbesturingssysteem. De standaardinstelling is Windows

Name Type Description
Linux

string

Windows

string

ErrorModel

De structuur van de fout.

Name Type Description
error

ErrorModelError

De foutdetails.

ErrorModelError

De foutdetails.

Name Type Description
code

string

De foutcode.

message

string

Het foutbericht.