Uses of Class
com.azure.resourcemanager.sql.models.CatalogCollationType
Packages that use CatalogCollationType
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of CatalogCollationType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return CatalogCollationTypeModifier and TypeMethodDescriptionDatabaseInner.catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.DatabaseProperties.catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.DatabaseUpdateProperties.catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseInner.catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseProperties.catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type CatalogCollationTypeModifier and TypeMethodDescriptionDatabaseInner.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.DatabaseProperties.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.DatabaseUpdateProperties.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseInner.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseProperties.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog. -
Uses of CatalogCollationType in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type CatalogCollationType in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionfinal classCollation of the metadata catalog.Fields in com.azure.resourcemanager.sql.models declared as CatalogCollationTypeModifier and TypeFieldDescriptionstatic final CatalogCollationTypeCatalogCollationType.DATABASE_DEFAULTStatic value DATABASE_DEFAULT for CatalogCollationType.static final CatalogCollationTypeCatalogCollationType.SQL_LATIN1_GENERAL_CP1_CI_ASStatic value SQL_Latin1_General_CP1_CI_AS for CatalogCollationType.Methods in com.azure.resourcemanager.sql.models that return CatalogCollationTypeModifier and TypeMethodDescriptionDatabaseUpdate.catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseUpdate.catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.static CatalogCollationTypeCatalogCollationType.fromString(String name) Creates or finds a CatalogCollationType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type CatalogCollationTypeModifier and TypeMethodDescriptionstatic Collection<CatalogCollationType> CatalogCollationType.values()Gets known CatalogCollationType values.Methods in com.azure.resourcemanager.sql.models with parameters of type CatalogCollationTypeModifier and TypeMethodDescriptionDatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.