RestoreAzureRmRecoveryServicesBackupItem.TargetResourceGroupName 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="The resource group to which the managed disks are restored. This parameter is mandatory for backup of VM with managed disks", Mandatory=false, ParameterSetName="AzureVMParameterSet", Position=3)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string TargetResourceGroupName { get; set; }
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.Parameter(HelpMessage="The resource group to which the managed disks are restored. This parameter is mandatory for backup of VM with managed disks", Mandatory=true, ParameterSetName="AzureVMManagedDiskParameterSet", Position=3)]
[System.Management.Automation.Parameter(HelpMessage="The resource group to which the managed disks are restored. This parameter is mandatory for backup of VM with managed disks", Mandatory=true, ParameterSetName="AzureVMRestoreUnmanagedAsManaged", Position=3)]
public string TargetResourceGroupName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The resource group to which the managed disks are restored. This parameter is mandatory for backup of VM with managed disks", Mandatory=false, ParameterSetName="AzureVMParameterSet", Position=3)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.TargetResourceGroupName : string with get, set
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.Parameter(HelpMessage="The resource group to which the managed disks are restored. This parameter is mandatory for backup of VM with managed disks", Mandatory=true, ParameterSetName="AzureVMManagedDiskParameterSet", Position=3)>]
[<System.Management.Automation.Parameter(HelpMessage="The resource group to which the managed disks are restored. This parameter is mandatory for backup of VM with managed disks", Mandatory=true, ParameterSetName="AzureVMRestoreUnmanagedAsManaged", Position=3)>]
member this.TargetResourceGroupName : string with get, set
Public Property TargetResourceGroupName As String
Property Value
- Attributes