ClusterVersionDetails 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
ClusterVersionDetails() |
Initializes a new instance of the ClusterVersionDetails class. |
ClusterVersionDetails(String, String, String) |
Initializes a new instance of the ClusterVersionDetails class. |
ClusterVersionDetails()
Initializes a new instance of the ClusterVersionDetails class.
public ClusterVersionDetails ();
Public Sub New ()
Applies to
ClusterVersionDetails(String, String, String)
Initializes a new instance of the ClusterVersionDetails class.
public ClusterVersionDetails (string codeVersion = default, string supportExpiryUtc = default, string environment = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails : string * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails
Public Sub New (Optional codeVersion As String = Nothing, Optional supportExpiryUtc As String = Nothing, Optional environment As String = Nothing)
Parameters
- codeVersion
- String
The Service Fabric runtime version of the cluster.
- supportExpiryUtc
- String
The date of expiry of support of the version.
- environment
- String
Indicates if this version is for Windows or Linux operating system. Possible values include: 'Windows', 'Linux'
Applies to
Azure SDK for .NET