ClusterCodeVersionsListResult Constructors

Definition

Overloads

ClusterCodeVersionsListResult()

Initializes a new instance of the ClusterCodeVersionsListResult class.

ClusterCodeVersionsListResult(IList<ClusterCodeVersionsResult>, String)

Initializes a new instance of the ClusterCodeVersionsListResult class.

ClusterCodeVersionsListResult()

Initializes a new instance of the ClusterCodeVersionsListResult class.

public ClusterCodeVersionsListResult ();
Public Sub New ()

Applies to

ClusterCodeVersionsListResult(IList<ClusterCodeVersionsResult>, String)

Initializes a new instance of the ClusterCodeVersionsListResult class.

public ClusterCodeVersionsListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsResult> value = default, string nextLink = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsResult> * string -> Microsoft.Azure.Management.ServiceFabric.Models.ClusterCodeVersionsListResult
Public Sub New (Optional value As IList(Of ClusterCodeVersionsResult) = Nothing, Optional nextLink As String = Nothing)

Parameters

nextLink
String

The URL to use for getting the next set of results.

Applies to