ApplicationTypeVersionResourceList Constructors

Definition

Overloads

ApplicationTypeVersionResourceList()

Initializes a new instance of the ApplicationTypeVersionResourceList class.

ApplicationTypeVersionResourceList(IList<ApplicationTypeVersionResource>, String)

Initializes a new instance of the ApplicationTypeVersionResourceList class.

ApplicationTypeVersionResourceList()

Initializes a new instance of the ApplicationTypeVersionResourceList class.

public ApplicationTypeVersionResourceList ();
Public Sub New ()

Applies to

ApplicationTypeVersionResourceList(IList<ApplicationTypeVersionResource>, String)

Initializes a new instance of the ApplicationTypeVersionResourceList class.

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

Parameters

nextLink
String

URL to get the next set of application type version list results if there are any.

Applies to