Share via


ServiceObjectiveListResponse.ServiceObjectives Property

 

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

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public IList<ServiceObjective> ServiceObjectives { get; set; }
public:
property IList<ServiceObjective^>^ ServiceObjectives {
    IList<ServiceObjective^>^ get();
    void set(IList<ServiceObjective^>^ value);
}
member ServiceObjectives : IList<ServiceObjective> with get, set
Public Property ServiceObjectives As IList(Of ServiceObjective)

Property Value

Type: System.Collections.Generic.IList<ServiceObjective>

See Also

ServiceObjectiveListResponse Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top