ServiceObjective Constructors
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.
Overloads
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. |
ServiceObjective()
Initializes a new instance of the ServiceObjective class.
public ServiceObjective ();
Public Sub New ()
Applies to
ServiceObjective(String, String, String, String, Boolean, Boolean, String, Boolean)
Initializes a new instance of the ServiceObjective class.
public ServiceObjective (string id = default, string name = default, string type = default, string serviceObjectiveName = default, bool isDefault = false, bool isSystem = false, string description = default, bool enabled = false);
new Microsoft.Azure.Management.Sql.Models.ServiceObjective : string * string * string * string * bool * bool * string * bool -> Microsoft.Azure.Management.Sql.Models.ServiceObjective
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional serviceObjectiveName As String = Nothing, Optional isDefault As Boolean = false, Optional isSystem As Boolean = false, Optional description As String = Nothing, Optional enabled As Boolean = false)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- serviceObjectiveName
- String
The name for the service objective.
- isDefault
- Boolean
Gets whether the service level objective is the default service objective.
- isSystem
- Boolean
Gets whether the service level objective is a system service objective.
- description
- String
The description for the service level objective.
- enabled
- Boolean
Gets whether the service level objective is enabled.
Applies to
Azure SDK for .NET