ServiceObjectiveListResponse.ServiceObjectives Property

Definition

Optional. Gets or sets list of all of the Service Objectives that exist in an Azure SQL Database Server.

public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective> ServiceObjectives { get; set; }
member this.ServiceObjectives : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective> with get, set
Public Property ServiceObjectives As IList(Of ServiceObjective)

Property Value

Applies to