ServiceObjectiveInner 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 ServiceObjectiveInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServiceObjectiveInner = class
inherit ProxyResourceInner
Public Class ServiceObjectiveInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
ServiceObjectiveInner() |
Initializes a new instance of the ServiceObjectiveInner class. |
ServiceObjectiveInner(String, String, String, String, Boolean, Boolean, String, Boolean) |
Initializes a new instance of the ServiceObjectiveInner class. |
Properties
Description |
Gets the description for the service level objective. |
Enabled |
Gets whether the service level objective is enabled. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
IsDefault |
Gets whether the service level objective is the default service objective. |
IsSystem |
Gets whether the service level objective is a system service objective. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
ServiceObjectiveName |
Gets the name for the service objective. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET