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