你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClusterCodeVersionsResult interface
The result of the Service Fabric runtime versions
Properties
code |
The Service Fabric runtime version of the cluster. |
environment | Indicates if this version is for Windows or Linux operating system. |
id | The identification of the result |
name | The name of the result |
support |
The date of expiry of support of the version. |
type | The result resource type |
Property Details
codeVersion
The Service Fabric runtime version of the cluster.
codeVersion?: string
Property Value
string
environment
Indicates if this version is for Windows or Linux operating system.
environment?: string
Property Value
string
id
The identification of the result
id?: string
Property Value
string
name
The name of the result
name?: string
Property Value
string
supportExpiryUtc
The date of expiry of support of the version.
supportExpiryUtc?: string
Property Value
string
type
The result resource type
type?: string
Property Value
string