ServiceObjectiveInner Constructors

Definition

Overloads

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.

ServiceObjectiveInner()

Initializes a new instance of the ServiceObjectiveInner class.

public ServiceObjectiveInner ();
Public Sub New ()

Applies to

ServiceObjectiveInner(String, String, String, String, Boolean, Boolean, String, Boolean)

Initializes a new instance of the ServiceObjectiveInner class.

public ServiceObjectiveInner (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.Fluent.Models.ServiceObjectiveInner : string * string * string * string * bool * bool * string * bool -> Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveInner
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
name
String
type
String
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