SyncGroup 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
SyncGroup() |
Initializes a new instance of the SyncGroup class. |
SyncGroup(SyncGroupProperties) |
Initializes a new instance of the SyncGroup class with required arguments. |
SyncGroup()
Initializes a new instance of the SyncGroup class.
public SyncGroup ();
Public Sub New ()
Applies to
SyncGroup(SyncGroupProperties)
Initializes a new instance of the SyncGroup class with required arguments.
public SyncGroup (Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup : Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup
Public Sub New (properties As SyncGroupProperties)
Parameters
- properties
- SyncGroupProperties