Uses of Class
com.azure.resourcemanager.sql.models.CatalogCollationType
-
Packages that use CatalogCollationType Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 CatalogCollationType Modifier and Type Method Description CatalogCollationTypeDatabaseInner. catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.CatalogCollationTypeManagedDatabaseInner. catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type CatalogCollationType Modifier and Type Method Description DatabaseInnerDatabaseInner. withCatalogCollation(CatalogCollationType catalogCollation)Set the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseInnerManagedDatabaseInner. withCatalogCollation(CatalogCollationType catalogCollation)Set the catalogCollation property: Collation of the metadata catalog. -
Uses of CatalogCollationType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as CatalogCollationType Modifier and Type Field Description static CatalogCollationTypeCatalogCollationType. DATABASE_DEFAULTStatic value DATABASE_DEFAULT for CatalogCollationType.static 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 CatalogCollationType Modifier and Type Method Description CatalogCollationTypeDatabaseUpdate. catalogCollation()Get the catalogCollation property: Collation of the metadata catalog.CatalogCollationTypeManagedDatabaseUpdate. 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 CatalogCollationType Modifier and Type Method Description static Collection<CatalogCollationType>CatalogCollationType. values()Methods in com.azure.resourcemanager.sql.models with parameters of type CatalogCollationType Modifier and Type Method Description DatabaseUpdateDatabaseUpdate. withCatalogCollation(CatalogCollationType catalogCollation)Set the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseUpdateManagedDatabaseUpdate. withCatalogCollation(CatalogCollationType catalogCollation)Set the catalogCollation property: Collation of the metadata catalog.
-