ApplicationResourceList Constructors

Definition

Overloads

ApplicationResourceList()

Initializes a new instance of the ApplicationResourceList class.

ApplicationResourceList(IList<ApplicationResource>, String)

Initializes a new instance of the ApplicationResourceList class.

ApplicationResourceList()

Initializes a new instance of the ApplicationResourceList class.

public ApplicationResourceList ();
Public Sub New ()

Applies to

ApplicationResourceList(IList<ApplicationResource>, String)

Initializes a new instance of the ApplicationResourceList class.

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

Parameters

nextLink
String

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

Applies to