Share via


ProviderResourceTypeListResult Constructors

Definition

Overloads

ProviderResourceTypeListResult()

Initializes a new instance of the ProviderResourceTypeListResult class.

ProviderResourceTypeListResult(IList<ProviderResourceType>, String)

Initializes a new instance of the ProviderResourceTypeListResult class.

ProviderResourceTypeListResult()

Initializes a new instance of the ProviderResourceTypeListResult class.

public ProviderResourceTypeListResult ();
Public Sub New ()

Applies to

ProviderResourceTypeListResult(IList<ProviderResourceType>, String)

Initializes a new instance of the ProviderResourceTypeListResult class.

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

Parameters

value
IList<ProviderResourceType>

An array of resource types.

nextLink
String

The URL to use for getting the next set of results.

Applies to