ApplicationTypeResourceList Constructors

Definition

Overloads

ApplicationTypeResourceList()

Initializes a new instance of the ApplicationTypeResourceList class.

ApplicationTypeResourceList(IList<ApplicationTypeResource>, String)

Initializes a new instance of the ApplicationTypeResourceList class.

ApplicationTypeResourceList()

Initializes a new instance of the ApplicationTypeResourceList class.

public ApplicationTypeResourceList ();
Public Sub New ()

Applies to

ApplicationTypeResourceList(IList<ApplicationTypeResource>, String)

Initializes a new instance of the ApplicationTypeResourceList class.

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

Parameters

nextLink
String

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

Applies to