ISqlManagementClient.ServiceObjectives Property
This class provides methods to get a specific service objective by using its ID or to List all of the service objectives on a server.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
IServiceObjectiveOperations ServiceObjectives { get; }
property IServiceObjectiveOperations^ ServiceObjectives {
IServiceObjectiveOperations^ get();
}
abstract ServiceObjectives : IServiceObjectiveOperations with get
ReadOnly Property ServiceObjectives As IServiceObjectiveOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations
See Also
ISqlManagementClient Interface
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top