SyncAgentKeyPropertiesInner 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
SyncAgentKeyPropertiesInner() |
Initialise une nouvelle instance de la classe SyncAgentKeyPropertiesInner. |
SyncAgentKeyPropertiesInner(String) |
Initialise une nouvelle instance de la classe SyncAgentKeyPropertiesInner. |
SyncAgentKeyPropertiesInner()
Initialise une nouvelle instance de la classe SyncAgentKeyPropertiesInner.
public SyncAgentKeyPropertiesInner ();
Public Sub New ()
S’applique à
SyncAgentKeyPropertiesInner(String)
Initialise une nouvelle instance de la classe SyncAgentKeyPropertiesInner.
public SyncAgentKeyPropertiesInner (string syncAgentKey = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentKeyPropertiesInner : string -> Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentKeyPropertiesInner
Public Sub New (Optional syncAgentKey As String = Nothing)
Paramètres
- syncAgentKey
- String
Clé de l’agent de synchronisation.
S’applique à
Azure SDK for .NET