ServiceObjective Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a database service objective.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServiceObjective : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServiceObjective = class
inherit ProxyResource
Public Class ServiceObjective
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ServiceObjective() |
Initializes a new instance of the ServiceObjective class. |
ServiceObjective(String, String, String, String, Boolean, Boolean, String, Boolean) |
Initializes a new instance of the ServiceObjective class. |
Properties
Description |
Gets the description for the service level objective. |
Enabled |
Gets whether the service level objective is enabled. |
Id |
Gets resource ID. (Inherited from Resource) |
IsDefault |
Gets whether the service level objective is the default service objective. |
IsSystem |
Gets whether the service level objective is a system service objective. |
Name |
Gets resource name. (Inherited from Resource) |
ServiceObjectiveName |
Gets the name for the service objective. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET