AzureSqlElasticJobTargetCmdletBase<TInputObject>.ElasticPoolName 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 Elastic Pool Name
[System.Management.Automation.Parameter(HelpMessage="The target elastic pool name.", ParameterSetName="SqlServerOrElasticPool", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The target elastic pool name.", ParameterSetName="SqlServerOrElasticPoolUsingParentObject", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The target elastic pool name.", ParameterSetName="SqlServerOrElasticPoolUsingParentResourceId", ValueFromPipelineByPropertyName=true)]
public override string ElasticPoolName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The target elastic pool name.", ParameterSetName="SqlServerOrElasticPool", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The target elastic pool name.", ParameterSetName="SqlServerOrElasticPoolUsingParentObject", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The target elastic pool name.", ParameterSetName="SqlServerOrElasticPoolUsingParentResourceId", ValueFromPipelineByPropertyName=true)>]
member this.ElasticPoolName : string with get, set
Public Overrides Property ElasticPoolName As String
Property Value
- Attributes