ManagedClusterVersionDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The detail of the Service Fabric runtime version.
public class ManagedClusterVersionDetails
type ManagedClusterVersionDetails = class
Public Class ManagedClusterVersionDetails
- Inheritance
-
ManagedClusterVersionDetails
Constructors
ManagedClusterVersionDetails() |
Initializes a new instance of the ManagedClusterVersionDetails class. |
ManagedClusterVersionDetails(String, String, String) |
Initializes a new instance of the ManagedClusterVersionDetails class. |
Properties
MsiVersion |
Gets or sets the Service Fabric runtime version of the cluster. |
OsType |
Gets or sets indicates the operating system of the cluster. Possible values include: 'Windows', 'Ubuntu', 'RedHat', 'Ubuntu18_04' |
SupportExpiryUtc |
Gets or sets the date of expiry of support of the version. |
Applies to
Azure SDK for .NET