ManagedClusterVersionDetails Constructors
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.
Overloads
ManagedClusterVersionDetails() |
Initializes a new instance of the ManagedClusterVersionDetails class. |
ManagedClusterVersionDetails(String, String, String) |
Initializes a new instance of the ManagedClusterVersionDetails class. |
ManagedClusterVersionDetails()
Initializes a new instance of the ManagedClusterVersionDetails class.
public ManagedClusterVersionDetails ();
Public Sub New ()
Applies to
ManagedClusterVersionDetails(String, String, String)
Initializes a new instance of the ManagedClusterVersionDetails class.
public ManagedClusterVersionDetails (string msiVersion = default, string supportExpiryUtc = default, string osType = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ManagedClusterVersionDetails : string * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ManagedClusterVersionDetails
Public Sub New (Optional msiVersion As String = Nothing, Optional supportExpiryUtc As String = Nothing, Optional osType As String = Nothing)
Parameters
- msiVersion
- String
The Service Fabric runtime version of the cluster.
- supportExpiryUtc
- String
The date of expiry of support of the version.
- osType
- String
Indicates the operating system of the cluster. Possible values include: 'Windows', 'Ubuntu', 'RedHat', 'Ubuntu18_04'