SyncMember Class
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.
An Azure SQL Database sync member.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SyncMember : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SyncMember = class
inherit ProxyResource
Public Class SyncMember
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
SyncMember() |
Initializes a new instance of the SyncMember class. |
SyncMember(String, String, String, String, String, Nullable<Guid>, String, Nullable<Boolean>, String, String, String, String, String, String, String) |
Initializes a new instance of the SyncMember class. |
Properties
DatabaseName |
Gets or sets database name of the member database in the sync member. |
DatabaseType |
Gets or sets database type of the sync member. Possible values include: 'AzureSqlDatabase', 'SqlServerDatabase' |
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
Password |
Gets or sets password of the member database in the sync member. |
PrivateEndpointName |
Gets private endpoint name of the sync member if use private link connection is enabled, for sync members in Azure. |
ServerName |
Gets or sets server name of the member database in the sync member |
SqlServerDatabaseId |
Gets or sets SQL Server database id of the sync member. |
SyncAgentId |
Gets or sets ARM resource id of the sync agent in the sync member. |
SyncDirection |
Gets or sets sync direction of the sync member. Possible values include: 'Bidirectional', 'OneWayMemberToHub', 'OneWayHubToMember' |
SyncMemberAzureDatabaseResourceId |
Gets or sets ARM resource id of the sync member logical database, for sync members in Azure. |
SyncState |
Gets sync state of the sync member. Possible values include: 'SyncInProgress', 'SyncSucceeded', 'SyncFailed', 'DisabledTombstoneCleanup', 'DisabledBackupRestore', 'SyncSucceededWithWarnings', 'SyncCancelling', 'SyncCancelled', 'UnProvisioned', 'Provisioning', 'Provisioned', 'ProvisionFailed', 'DeProvisioning', 'DeProvisioned', 'DeProvisionFailed', 'Reprovisioning', 'ReprovisionFailed', 'UnReprovisioned' |
Type |
Gets resource type. (Inherited from Resource) |
UsePrivateLinkConnection |
Gets or sets whether to use private link connection. |
UserName |
Gets or sets user name of the member database in the sync member. |
Applies to
Azure SDK for .NET