ServiceObjectiveInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ServiceObjectiveInner() |
Initialise une nouvelle instance de la classe ServiceObjectiveInner. |
ServiceObjectiveInner(String, String, String, String, Boolean, Boolean, String, Boolean) |
Initialise une nouvelle instance de la classe ServiceObjectiveInner. |
ServiceObjectiveInner()
Initialise une nouvelle instance de la classe ServiceObjectiveInner.
public ServiceObjectiveInner ();
Public Sub New ()
S’applique à
ServiceObjectiveInner(String, String, String, String, Boolean, Boolean, String, Boolean)
Initialise une nouvelle instance de la classe ServiceObjectiveInner.
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)
Paramètres
- id
- String
- name
- String
- type
- String
- serviceObjectiveName
- String
Nom de l’objectif de service.
- isDefault
- Boolean
Obtient si l’objectif de niveau de service est l’objectif de service par défaut.
- isSystem
- Boolean
Obtient si l’objectif de niveau de service est un objectif de service système.
- description
- String
Description de l’objectif de niveau de service.
- enabled
- Boolean
Obtient si l’objectif de niveau de service est activé.
S’applique à
Azure SDK for .NET