Interface SqlSyncGroupOperations.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<SqlSyncGroup>,HasName,Indexable,SqlSyncGroupOperations.DefinitionStages.WithInterval,SqlSyncGroupOperations.DefinitionStages.WithSchema
- All Known Subinterfaces:
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
public static interface SqlSyncGroupOperations.DefinitionStages.WithCreate extends SqlSyncGroupOperations.DefinitionStages.WithInterval, SqlSyncGroupOperations.DefinitionStages.WithSchema, Creatable<SqlSyncGroup>
The final stage of the SQL Sync Group definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlSyncGroupOperations.DefinitionStages.WithInterval
withInterval
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlSyncGroupOperations.DefinitionStages.WithSchema
withSchema
-
-