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