Condividi tramite


ProviderPermissionListResult Constructors

Definition

Overloads

ProviderPermissionListResult()

Initializes a new instance of the ProviderPermissionListResult class.

ProviderPermissionListResult(IList<ProviderPermission>, String)

Initializes a new instance of the ProviderPermissionListResult class.

ProviderPermissionListResult()

Initializes a new instance of the ProviderPermissionListResult class.

public ProviderPermissionListResult ();
Public Sub New ()

Applies to

ProviderPermissionListResult(IList<ProviderPermission>, String)

Initializes a new instance of the ProviderPermissionListResult class.

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

Parameters

value
IList<ProviderPermission>

An array of provider permissions.

nextLink
String

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

Applies to