你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Cluster Versions - List
获取可用于指定位置的 Service Fabric 群集代码版本的列表。
按位置获取 Service Fabric 群集资源的所有可用代码版本。
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions?api-version=2023-11-01-preview
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
location
|
path | True |
string |
位置参数。 |
subscription
|
path | True |
string |
客户订阅标识符。 |
api-version
|
query | True |
string |
Service Fabric 资源提供程序 API 的版本。 这是一个必需参数,对于此规范,其值必须为“2023-11-01-preview”。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
操作已成功完成。 |
|
Other Status Codes |
详细的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 流
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
List cluster versions
示例请求
示例响应
{
"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"
}
}
]
}
定义
名称 | 说明 |
---|---|
Cluster |
Service Fabric 运行时版本的列表结果。 |
Cluster |
Service Fabric 运行时版本的结果 |
Cluster |
群集操作系统,默认为 Windows |
Error |
错误的结构。 |
Error |
错误详细信息。 |
ClusterCodeVersionsListResult
Service Fabric 运行时版本的列表结果。
名称 | 类型 | 说明 |
---|---|---|
nextLink |
string |
用于获取下一组结果的 URL。 |
value |
Service Fabric 运行时版本的结果 |
ClusterCodeVersionsResult
Service Fabric 运行时版本的结果
名称 | 类型 | 说明 |
---|---|---|
id |
string |
结果的标识 |
name |
string |
结果的名称 |
properties.codeVersion |
string |
群集的 Service Fabric 运行时版本。 |
properties.environment |
指示此版本是适用于 Windows 还是 Linux 操作系统。 |
|
properties.supportExpiryUtc |
string |
版本的支持到期日期。 |
type |
string |
结果资源类型 |
ClusterEnvironment
群集操作系统,默认为 Windows
名称 | 类型 | 说明 |
---|---|---|
Linux |
string |
|
Windows |
string |
ErrorModel
错误的结构。
名称 | 类型 | 说明 |
---|---|---|
error |
错误详细信息。 |
ErrorModelError
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
错误代码。 |
message |
string |
错误消息。 |