SqlSyncMemberOperations.SqlSyncMemberActionsDefinition Interface
public interface SqlSyncMemberActionsDefinition extends SqlChildrenOperations.SqlChildrenActionsDefinition
Grouping of the Azure SQL Server Sync Member common actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer |
define(String syncMemberName)
Begins the definition of a new SQL Sync Member to be added to this server. |
Inherited Members
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.delete(String name)
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.deleteAsync(String name)
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.deleteById(String id)
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.deleteByIdAsync(String id)
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.get(String name)
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.getAsync(String name)
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.getById(String id)
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.getByIdAsync(String id)
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.list()
SqlChildrenOperations.SqlChildrenActionsDefinition<T>.listAsync()
Method Details
define
public 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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java