RemoveAzureRoleAssignmentCommand.RoleDefinitionName Property
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.
[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
- Attributes