SyncGroupLogGetParameters 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
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