RemoveAzureRmManagementGroup.GroupName 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="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
- Attributes