ApplicationResourceList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- IList<ApplicationResource>
- nextLink
- String
URL to get the next set of application list results if there are any.