ProviderPermissionListResult 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
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
Azure SDK for .NET