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)

Usage

'Usage
Dim instance As ServiceObjectiveListResponse
Dim value As IList(Of ServiceObjective)

value = instance.ServiceObjectives

instance.ServiceObjectives = value

Syntax

'Declaration
Public Property ServiceObjectives As IList(Of ServiceObjective)
public IList<ServiceObjective> ServiceObjectives { get; set; }
public:
property IList<ServiceObjective^>^ ServiceObjectives {
    IList<ServiceObjective^>^ get ();
    void set (IList<ServiceObjective^>^ value);
}
/** @property */
public IList<ServiceObjective> get_ServiceObjectives ()

/** @property */
public void set_ServiceObjectives (IList<ServiceObjective> value)
public function get ServiceObjectives () : IList<ServiceObjective>

public function set ServiceObjectives (value : IList<ServiceObjective>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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