Aracılığıyla paylaş


Cluster Versions - List

Belirtilen konum için kullanılabilir Service Fabric küme kodu sürümlerinin listesini alır.
Konuma göre Service Fabric küme kaynakları için tüm kullanılabilir kod sürümlerini alır.

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

URI Parametreleri

Name İçinde Gerekli Tür Description
location
path True

string

location parametresi.

subscriptionId
path True

string

Müşteri aboneliği tanımlayıcısı.

api-version
query True

string

Service Fabric kaynak sağlayıcısı API'sinin sürümü. Bu gerekli bir parametredir ve bu belirtim için değeri "2023-11-01-preview" olmalıdır.

Yanıtlar

Name Tür Description
200 OK

ClusterCodeVersionsListResult

İşlem başarıyla tamamlandı.

Other Status Codes

ErrorModel

Ayrıntılı hata yanıtı.

Güvenlik

azure_auth

Azure Active Directory OAuth2 Flow

Tür: oauth2
Akış: implicit
Yetkilendirme URL’si: https://login.microsoftonline.com/common/oauth2/authorize

Kapsamlar

Name Description
user_impersonation kullanıcı hesabınızın kimliğine bürünme

Örnekler

List cluster versions

Örnek isteği

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

Örnek yanıt

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

Tanımlar

Name Description
ClusterCodeVersionsListResult

Service Fabric çalışma zamanı sürümlerinin sonuçlarının listesi.

ClusterCodeVersionsResult

Service Fabric çalışma zamanı sürümlerinin sonucu

ClusterEnvironment

Küme işletim sistemi, varsayılan değer Windows olacaktır

ErrorModel

Hatanın yapısı.

ErrorModelError

Hata ayrıntıları.

ClusterCodeVersionsListResult

Service Fabric çalışma zamanı sürümlerinin sonuçlarının listesi.

Name Tür Description
nextLink

string

Sonraki sonuç kümesini almak için kullanılacak URL.

value

ClusterCodeVersionsResult[]

Service Fabric çalışma zamanı sürümlerinin sonucu

ClusterCodeVersionsResult

Service Fabric çalışma zamanı sürümlerinin sonucu

Name Tür Description
id

string

Sonucun tanımlaması

name

string

Sonucun adı

properties.codeVersion

string

Kümenin Service Fabric çalışma zamanı sürümü.

properties.environment

ClusterEnvironment

Bu sürümün Windows veya Linux işletim sistemi için olup olmadığını gösterir.

properties.supportExpiryUtc

string

Sürümün destek süresinin dolma tarihi.

type

string

Sonuç kaynak türü

ClusterEnvironment

Küme işletim sistemi, varsayılan değer Windows olacaktır

Name Tür Description
Linux

string

Windows

string

ErrorModel

Hatanın yapısı.

Name Tür Description
error

ErrorModelError

Hata ayrıntıları.

ErrorModelError

Hata ayrıntıları.

Name Tür Description
code

string

Hata kodu.

message

string

Hata iletisi.