ManagedClusterVersionDetails interface
The detail of the Service Fabric runtime version result
Properties
| cluster |
The Service Fabric runtime version of the cluster. |
| os |
Cluster operating system, the default will be Windows |
| support |
The date of expiry of support of the version. |
Property Details
clusterCodeVersion
The Service Fabric runtime version of the cluster.
clusterCodeVersion?: string
Property Value
string
osType
Cluster operating system, the default will be Windows
osType?: string
Property Value
string
supportExpiryUtc
The date of expiry of support of the version.
supportExpiryUtc?: Date
Property Value
Date