ArmApplicationAuthorization(Guid, String) Constructor
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.
Initializes a new instance of ArmApplicationAuthorization.
public ArmApplicationAuthorization (Guid principalId, string roleDefinitionId);
new Azure.ResourceManager.Resources.Models.ArmApplicationAuthorization : Guid * string -> Azure.ResourceManager.Resources.Models.ArmApplicationAuthorization
Public Sub New (principalId As Guid, roleDefinitionId As String)
Parameters
- principalId
- Guid
The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.
- roleDefinitionId
- String
The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.
Exceptions
roleDefinitionId
is null.
Applies to
Azure SDK for .NET