Interface SqlSyncMemberOperations.SqlSyncMemberActionsDefinition
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlSyncMember>
- Enclosing interface:
- SqlSyncMemberOperations
@Beta(V1_9_0)
public static interface SqlSyncMemberOperations.SqlSyncMemberActionsDefinition
extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlSyncMember>
Grouping of the Azure SQL Server Sync Member common actions.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new SQL Sync Member to be added to this server.Methods inherited from interface com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
Method Details
-
define
Begins the definition of a new SQL Sync Member to be added to this server.- Parameters:
syncMemberName
- the name of the new SQL Sync Member- Returns:
- the first stage of the new SQL Virtual Network Rule definition
-