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