SyncMemberGeneralParameters 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
SyncMemberGeneralParameters() |
Initializes a new instance of the SyncMemberGeneralParameters class. |
SyncMemberGeneralParameters(String, String) |
Initializes a new instance of the SyncMemberGeneralParameters class with required arguments. |
SyncMemberGeneralParameters()
Initializes a new instance of the SyncMemberGeneralParameters class.
public SyncMemberGeneralParameters ();
Public Sub New ()
Applies to
SyncMemberGeneralParameters(String, String)
Initializes a new instance of the SyncMemberGeneralParameters class with required arguments.
public SyncMemberGeneralParameters (string syncMemberName, string syncGroupName);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncMemberGeneralParameters : string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncMemberGeneralParameters
Public Sub New (syncMemberName As String, syncGroupName As String)
Parameters
- syncMemberName
- String
- syncGroupName
- String