Share via


ServiceObjectiveGetResponse.ServiceObjective Property

 

Optional. Gets or sets the service objective for the given Azure SQL Database Server with matching service objective Id. This object contains all the properties of the service objective.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective

See Also

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

Return to top