Interface SqlSyncMemberOperations.SqlSyncMemberActionsDefinition
-
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlSyncMember>
- Enclosing interface:
- SqlSyncMemberOperations
public static interface SqlSyncMemberOperations.SqlSyncMemberActionsDefinition extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlSyncMember>
Grouping of the Azure SQL Server Sync Member common actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServerdefine(String syncMemberName)Begins the definition of a new SQL Sync Member to be added to this server.-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
-
-
-
Method Detail
-
define
SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer define(String syncMemberName)
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
-
-