AzureSqlElasticJobTargetCmdletBase<TInputObject>.GetEntity Method

Definition

Gets the list of existing targets in the target group.

protected override System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel> GetEntity ();
override this.GetEntity : unit -> seq<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel>
Protected Overrides Function GetEntity () As IEnumerable(Of AzureSqlElasticJobTargetModel)

Returns

The list of existing targets

Applies to