你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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