Uses of Class
com.azure.resourcemanager.sql.fluent.models.SyncMemberProperties
Packages that use SyncMemberProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of SyncMemberProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SyncMemberPropertiesModifier and TypeMethodDescriptionSyncMemberProperties.withDatabaseName(String databaseName) Set the databaseName property: Database name of the member database in the sync member.SyncMemberProperties.withDatabaseType(SyncMemberDbType databaseType) Set the databaseType property: Database type of the sync member.SyncMemberProperties.withPassword(String password) Set the password property: Password of the member database in the sync member.SyncMemberProperties.withServerName(String serverName) Set the serverName property: Server name of the member database in the sync member.SyncMemberProperties.withSqlServerDatabaseId(UUID sqlServerDatabaseId) Set the sqlServerDatabaseId property: SQL Server database id of the sync member.SyncMemberProperties.withSyncAgentId(String syncAgentId) Set the syncAgentId property: ARM resource id of the sync agent in the sync member.SyncMemberProperties.withSyncDirection(SyncDirection syncDirection) Set the syncDirection property: Sync direction of the sync member.SyncMemberProperties.withSyncMemberAzureDatabaseResourceId(String syncMemberAzureDatabaseResourceId) Set the syncMemberAzureDatabaseResourceId property: ARM resource id of the sync member logical database, for sync members in Azure.SyncMemberProperties.withUsePrivateLinkConnection(Boolean usePrivateLinkConnection) Set the usePrivateLinkConnection property: Whether to use private link connection.SyncMemberProperties.withUsername(String username) Set the username property: User name of the member database in the sync member.