RemoveAzureRmManagementGroup.GroupName Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Management Group Id", Mandatory=true, ParameterSetName="GroupOperations", Position=0)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string GroupName { get; set; }
[System.Management.Automation.ValidateNotNullOrEmpty]
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChange("GroupName", ChangeDescription="We will replace GroupName with GroupId to make it more clear.", ReplaceMentCmdletParameterName="GroupId")]
[System.Management.Automation.Alias(new System.String[] { "GroupId" })]
[System.Management.Automation.Parameter(HelpMessage="Management Group Name", Mandatory=true, ParameterSetName="GroupOperations", Position=0)]
public string GroupName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Management Group Id", Mandatory=true, ParameterSetName="GroupOperations", Position=0)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.GroupName : string with get, set
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChange("GroupName", ChangeDescription="We will replace GroupName with GroupId to make it more clear.", ReplaceMentCmdletParameterName="GroupId")>]
[<System.Management.Automation.Alias(new System.String[] { "GroupId" })>]
[<System.Management.Automation.Parameter(HelpMessage="Management Group Name", Mandatory=true, ParameterSetName="GroupOperations", Position=0)>]
member this.GroupName : string with get, set
Public Property GroupName As String

Property Value

String
Attributes

Applies to