Uses of Class
com.azure.resourcemanager.sql.fluent.models.SyncFullSchemaPropertiesInner
Packages that use SyncFullSchemaPropertiesInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SyncFullSchemaPropertiesInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type SyncFullSchemaPropertiesInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> SyncGroupsClient.listHubSchemas(String resourceGroupName, String serverName, String databaseName, String syncGroupName) Gets a collection of hub database schemas.com.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> SyncGroupsClient.listHubSchemas(String resourceGroupName, String serverName, String databaseName, String syncGroupName, com.azure.core.util.Context context) Gets a collection of hub database schemas.com.azure.core.http.rest.PagedFlux<SyncFullSchemaPropertiesInner> SyncGroupsClient.listHubSchemasAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName) Gets a collection of hub database schemas.com.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> SyncMembersClient.listMemberSchemas(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName) Gets a sync member database schema.com.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> SyncMembersClient.listMemberSchemas(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, com.azure.core.util.Context context) Gets a sync member database schema.com.azure.core.http.rest.PagedFlux<SyncFullSchemaPropertiesInner> SyncMembersClient.listMemberSchemasAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName) Gets a sync member database schema. -
Uses of SyncFullSchemaPropertiesInner in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type SyncFullSchemaPropertiesInnerModifier and TypeClassDescriptionfinal classProperties of the database full schema.Methods in com.azure.resourcemanager.sql.fluent.models that return SyncFullSchemaPropertiesInnerModifier and TypeMethodDescriptionSyncFullSchemaPropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SyncFullSchemaPropertiesInner from the JsonReader. -
Uses of SyncFullSchemaPropertiesInner in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SyncFullSchemaPropertiesInner in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Server Sync Group.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncFullSchemaPropertiesInnerModifier and TypeMethodDescriptionSyncFullSchemaPropertiesListResult.value()Get the value property: Array of results.