Share via


ArmApplicationAuthorization(Guid, String) Constructor

Definition

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