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)

public:
property ServiceObjective^ ServiceObjective {
	ServiceObjective^ get();
	void set(ServiceObjective^ value);
}
Return to top
Show: