共用方式為


ManagedClusterCodeVersionResult Constructors

Definition

Overloads

ManagedClusterCodeVersionResult()

Initializes a new instance of the ManagedClusterCodeVersionResult class.

ManagedClusterCodeVersionResult(String, String, String, String, String, String)

Initializes a new instance of the ManagedClusterCodeVersionResult class.

ManagedClusterCodeVersionResult()

Initializes a new instance of the ManagedClusterCodeVersionResult class.

public ManagedClusterCodeVersionResult ();
Public Sub New ()

Applies to

ManagedClusterCodeVersionResult(String, String, String, String, String, String)

Initializes a new instance of the ManagedClusterCodeVersionResult class.

public ManagedClusterCodeVersionResult (string id = default, string name = default, string type = default, string clusterCodeVersion = default, string supportExpiryUtc = default, string osType = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedClusterCodeVersionResult : string * string * string * string * string * string -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedClusterCodeVersionResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional clusterCodeVersion As String = Nothing, Optional supportExpiryUtc As String = Nothing, Optional osType As String = Nothing)

Parameters

id
String

The identification of the result

name
String

The name of the result

type
String

The result resource type

clusterCodeVersion
String

The Service Fabric runtime version of the cluster.

supportExpiryUtc
String

The date of expiry of support of the version.

osType
String

Possible values include: 'Windows'

Applies to