ManagedClusterCodeVersionResult interface
The result of the Service Fabric runtime versions
Properties
cluster |
The Service Fabric runtime version of the cluster. |
id | The identification of the result |
name | The name of the result |
os |
Cluster operating system, the default will be Windows |
support |
The date of expiry of support of the version. |
type | The result resource type |
Property Details
clusterCodeVersion
The Service Fabric runtime version of the cluster.
clusterCodeVersion?: 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
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?: string
Property Value
string
type
The result resource type
type?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript