다음을 통해 공유


SyncGroupCreateOrUpdateParameters Constructors

Definition

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

Applies to