Aracılığıyla paylaş


SyncGroupLogGetParameters Constructors

Definition

Overloads

SyncGroupLogGetParameters()

Initializes a new instance of the SyncGroupLogGetParameters class.

SyncGroupLogGetParameters(String, String, String)

Initializes a new instance of the SyncGroupLogGetParameters class with required arguments.

SyncGroupLogGetParameters()

Initializes a new instance of the SyncGroupLogGetParameters class.

public SyncGroupLogGetParameters ();
Public Sub New ()

Applies to

SyncGroupLogGetParameters(String, String, String)

Initializes a new instance of the SyncGroupLogGetParameters class with required arguments.

public SyncGroupLogGetParameters (string syncGroupName, string startTime, string type);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupLogGetParameters : string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupLogGetParameters
Public Sub New (syncGroupName As String, startTime As String, type As String)

Parameters

syncGroupName
String
startTime
String
type
String

Applies to