Uses of Class
com.azure.resourcemanager.sql.models.DatabaseLicenseType
-
Packages that use DatabaseLicenseType 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 DatabaseLicenseType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DatabaseLicenseType Modifier and Type Method Description DatabaseLicenseTypeDatabaseInner. licenseType()Get the licenseType property: The license type to apply for this database.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type DatabaseLicenseType Modifier and Type Method Description DatabaseInnerDatabaseInner. withLicenseType(DatabaseLicenseType licenseType)Set the licenseType property: The license type to apply for this database. -
Uses of DatabaseLicenseType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as DatabaseLicenseType Modifier and Type Field Description static DatabaseLicenseTypeDatabaseLicenseType. BASE_PRICEStatic value BasePrice for DatabaseLicenseType.static DatabaseLicenseTypeDatabaseLicenseType. LICENSE_INCLUDEDStatic value LicenseIncluded for DatabaseLicenseType.Methods in com.azure.resourcemanager.sql.models that return DatabaseLicenseType Modifier and Type Method Description static DatabaseLicenseTypeDatabaseLicenseType. fromString(String name)Creates or finds a DatabaseLicenseType from its string representation.DatabaseLicenseTypeDatabaseUpdate. licenseType()Get the licenseType property: The license type to apply for this database.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type DatabaseLicenseType Modifier and Type Method Description static Collection<DatabaseLicenseType>DatabaseLicenseType. values()Methods in com.azure.resourcemanager.sql.models with parameters of type DatabaseLicenseType Modifier and Type Method Description DatabaseUpdateDatabaseUpdate. withLicenseType(DatabaseLicenseType licenseType)Set the licenseType property: The license type to apply for this database.
-