AzureSqlElasticJobTargetCmdletBase<TInputObject>.TargetGroupName 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.
Gets or sets the target group name
[System.Management.Automation.Parameter(HelpMessage="The target group name.", Mandatory=true, ParameterSetName="SqlServerOrElasticPool", Position=3)]
[System.Management.Automation.Parameter(HelpMessage="The target group name.", Mandatory=true, ParameterSetName="SqlDatabase", Position=3)]
[System.Management.Automation.Parameter(HelpMessage="The target group name.", Mandatory=true, ParameterSetName="SqlShardMap", Position=3)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public override string TargetGroupName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The target group name.", Mandatory=true, ParameterSetName="SqlServerOrElasticPool", Position=3)>]
[<System.Management.Automation.Parameter(HelpMessage="The target group name.", Mandatory=true, ParameterSetName="SqlDatabase", Position=3)>]
[<System.Management.Automation.Parameter(HelpMessage="The target group name.", Mandatory=true, ParameterSetName="SqlShardMap", Position=3)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.TargetGroupName : string with get, set
Public Overrides Property TargetGroupName As String
Property Value
- Attributes