ProviderPermission 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
ProviderPermission() |
Initializes a new instance of the ProviderPermission class. |
ProviderPermission(String, RoleDefinition, RoleDefinition, String) |
Initializes a new instance of the ProviderPermission class. |
ProviderPermission()
Initializes a new instance of the ProviderPermission class.
public ProviderPermission ();
Public Sub New ()
Applies to
ProviderPermission(String, RoleDefinition, RoleDefinition, String)
Initializes a new instance of the ProviderPermission class.
public ProviderPermission (string applicationId = default, Microsoft.Azure.Management.ResourceManager.Models.RoleDefinition roleDefinition = default, Microsoft.Azure.Management.ResourceManager.Models.RoleDefinition managedByRoleDefinition = default, string providerAuthorizationConsentState = default);
new Microsoft.Azure.Management.ResourceManager.Models.ProviderPermission : string * Microsoft.Azure.Management.ResourceManager.Models.RoleDefinition * Microsoft.Azure.Management.ResourceManager.Models.RoleDefinition * string -> Microsoft.Azure.Management.ResourceManager.Models.ProviderPermission
Public Sub New (Optional applicationId As String = Nothing, Optional roleDefinition As RoleDefinition = Nothing, Optional managedByRoleDefinition As RoleDefinition = Nothing, Optional providerAuthorizationConsentState As String = Nothing)
Parameters
- applicationId
- String
The application id.
- roleDefinition
- RoleDefinition
Role definition properties.
- managedByRoleDefinition
- RoleDefinition
Role definition properties.
- providerAuthorizationConsentState
- String
The provider authorization consent state. Possible values include: 'NotSpecified', 'Required', 'NotRequired', 'Consented'
Applies to
Azure SDK for .NET