共用方式為


ProviderResourceTypeListResultInner Constructors

Definition

Overloads

ProviderResourceTypeListResultInner()

Initializes a new instance of the ProviderResourceTypeListResultInner class.

ProviderResourceTypeListResultInner(IList<ProviderResourceTypeInner>, String)

Initializes a new instance of the ProviderResourceTypeListResultInner class.

ProviderResourceTypeListResultInner()

Initializes a new instance of the ProviderResourceTypeListResultInner class.

public ProviderResourceTypeListResultInner ();
Public Sub New ()

Applies to

ProviderResourceTypeListResultInner(IList<ProviderResourceTypeInner>, String)

Initializes a new instance of the ProviderResourceTypeListResultInner class.

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

Parameters

value
IList<ProviderResourceTypeInner>

An array of resource types.

nextLink
String

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

Applies to