RemoveAzureRoleAssignmentCommand.RoleDefinitionName Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="EmptyParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ScopeWithObjectIdParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ScopeWithSignInNameParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ScopeWithSPNParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceGroupWithObjectIdParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceWithObjectIdParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceGroupWithSignInNameParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceWithSignInNameParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceGroupWithSPNParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceWithSPNParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string RoleDefinitionName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="EmptyParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ScopeWithObjectIdParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ScopeWithSignInNameParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ScopeWithSPNParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceGroupWithObjectIdParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceWithObjectIdParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceGroupWithSignInNameParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceWithSignInNameParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceGroupWithSPNParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Role name the principal is assigned to.", Mandatory=true, ParameterSetName="ResourceWithSPNParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.RoleDefinitionName : string with get, set
Public Property RoleDefinitionName As String

Property Value

String
Attributes

Applies to