Compartilhar via


AzureSqlElasticJobTargetCmdletBase<TInputObject>.TargetGroupName Property

Definition

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

Applies to