NewAzImportExport_CreateExpanded.ResourceGroupName 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.
[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Category(new Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory.Path })]
[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Description="The resource group name uniquely identifies the resource group within the user subscription.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="resourceGroupName")]
[System.Management.Automation.Parameter(HelpMessage="The resource group name uniquely identifies the resource group within the user subscription.", Mandatory=true)]
public string ResourceGroupName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Category(new Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory.Path })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Description="The resource group name uniquely identifies the resource group within the user subscription.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="resourceGroupName")>]
[<System.Management.Automation.Parameter(HelpMessage="The resource group name uniquely identifies the resource group within the user subscription.", Mandatory=true)>]
member this.ResourceGroupName : string with get, set
Public Property ResourceGroupName As String
Property Value
- Attributes