ClusterCodeVersionsResult 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
ClusterCodeVersionsResult() |
Initializes a new instance of the ClusterCodeVersionsResult class. |
ClusterCodeVersionsResult(String, String, String, String, String, String) |
Initializes a new instance of the ClusterCodeVersionsResult class. |
ClusterCodeVersionsResult()
Initializes a new instance of the ClusterCodeVersionsResult class.
public ClusterCodeVersionsResult ();
Public Sub New ()
Applies to
ClusterCodeVersionsResult(String, String, String, String, String, String)
Initializes a new instance of the ClusterCodeVersionsResult class.
public ClusterCodeVersionsResult (string id = default, string name = default, string type = default, string codeVersion = default, string supportExpiryUtc = default, string environment = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsResult : string * string * string * string * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional codeVersion As String = Nothing, Optional supportExpiryUtc As String = Nothing, Optional environment As String = Nothing)
Parameters
- id
- String
The identification of the result
- name
- String
The name of the result
- type
- String
The result resource type
- 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