Interface SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
-
- All Superinterfaces:
Creatable<SqlSyncGroup>,HasName,Indexable,SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy,SqlSyncGroupOperations.DefinitionStages.WithCreate,SqlSyncGroupOperations.DefinitionStages.WithDatabasePassword,SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName,SqlSyncGroupOperations.DefinitionStages.WithInterval,SqlSyncGroupOperations.DefinitionStages.WithSchema,SqlSyncGroupOperations.DefinitionStages.WithSqlServer,SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId,SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase
- Enclosing interface:
- SqlSyncGroupOperations
public static interface SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition extends SqlSyncGroupOperations.DefinitionStages.WithSqlServer, SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase, SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId, SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName, SqlSyncGroupOperations.DefinitionStages.WithDatabasePassword, SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy, SqlSyncGroupOperations.DefinitionStages.WithInterval, SqlSyncGroupOperations.DefinitionStages.WithSchema, SqlSyncGroupOperations.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
-
-
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.WithConflictResolutionPolicy
withConflictResolutionPolicyHubWins, withConflictResolutionPolicyMemberWins
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlSyncGroupOperations.DefinitionStages.WithDatabasePassword
withDatabasePassword
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName
withDatabaseUserName
-
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
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlSyncGroupOperations.DefinitionStages.WithSqlServer
withExistingSqlDatabase, withExistingSqlServer
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId
withSyncDatabaseId
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase
withExistingDatabaseName
-
-