SyncGroupLogGetParameters Constructors

Definition

Overloads

SyncGroupLogGetParameters()
SyncGroupLogGetParameters(String, String, String)

SyncGroupLogGetParameters()

public SyncGroupLogGetParameters ();
Public Sub New ()

Applies to

SyncGroupLogGetParameters(String, String, String)

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