TimeZone 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
TimeZone() |
Initialise une nouvelle instance de la classe TimeZone. |
TimeZone(String, String, String, String, String) |
Initialise une nouvelle instance de la classe TimeZone. |
TimeZone()
Initialise une nouvelle instance de la classe TimeZone.
public TimeZone ();
Public Sub New ()
S’applique à
TimeZone(String, String, String, String, String)
Initialise une nouvelle instance de la classe TimeZone.
public TimeZone (string id = default, string name = default, string type = default, string timeZoneId = default, string displayName = default);
new Microsoft.Azure.Management.Sql.Models.TimeZone : string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.TimeZone
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional timeZoneId As String = Nothing, Optional displayName As String = Nothing)
Paramètres
- id
- String
ID de la ressource
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- timeZoneId
- String
ID de fuseau horaire
- displayName
- String
Nom complet du fuseau horaire
S’applique à
Azure SDK for .NET