Uses of Class
com.azure.resourcemanager.sql.models.DatabaseLicenseType
Packages that use DatabaseLicenseType
Package
Description
Package containing the inner data models for SqlManagementClient.
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 DatabaseLicenseTypeModifier and TypeMethodDescriptionDatabaseInner.licenseType()Get the licenseType property: The license type to apply for this database.DatabaseProperties.licenseType()Get the licenseType property: The license type to apply for this database.DatabaseUpdateProperties.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 DatabaseLicenseTypeModifier and TypeMethodDescriptionDatabaseInner.withLicenseType(DatabaseLicenseType licenseType) Set the licenseType property: The license type to apply for this database.DatabaseProperties.withLicenseType(DatabaseLicenseType licenseType) Set the licenseType property: The license type to apply for this database.DatabaseUpdateProperties.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 DatabaseLicenseTypeModifier and TypeFieldDescriptionstatic final DatabaseLicenseTypeDatabaseLicenseType.BASE_PRICEStatic value BasePrice for DatabaseLicenseType.static final DatabaseLicenseTypeDatabaseLicenseType.LICENSE_INCLUDEDStatic value LicenseIncluded for DatabaseLicenseType.Methods in com.azure.resourcemanager.sql.models that return DatabaseLicenseTypeModifier and TypeMethodDescriptionstatic DatabaseLicenseTypeDatabaseLicenseType.fromString(String name) Creates or finds a DatabaseLicenseType from its string representation.DatabaseUpdate.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 DatabaseLicenseTypeModifier and TypeMethodDescriptionstatic Collection<DatabaseLicenseType> DatabaseLicenseType.values()Gets known DatabaseLicenseType values.Methods in com.azure.resourcemanager.sql.models with parameters of type DatabaseLicenseTypeModifier and TypeMethodDescriptionDatabaseUpdate.withLicenseType(DatabaseLicenseType licenseType) Set the licenseType property: The license type to apply for this database.