Share via


ServiceResourceList Constructors

Definition

Overloads

ServiceResourceList()

Initializes a new instance of the ServiceResourceList class.

ServiceResourceList(IList<ServiceResource>, String)

Initializes a new instance of the ServiceResourceList class.

ServiceResourceList()

Initializes a new instance of the ServiceResourceList class.

public ServiceResourceList ();
Public Sub New ()

Applies to

ServiceResourceList(IList<ServiceResource>, String)

Initializes a new instance of the ServiceResourceList class.

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

Parameters

nextLink
String

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

Applies to