Uses of Class
com.azure.resourcemanager.sql.models.ElasticPoolLicenseType
Packages that use ElasticPoolLicenseType
Package
Description
Package containing the inner data models for SqlManagementClient.
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 ElasticPoolLicenseTypeModifier and TypeMethodDescriptionElasticPoolInner.licenseType()Get the licenseType property: The license type to apply for this elastic pool.ElasticPoolProperties.licenseType()Get the licenseType property: The license type to apply for this elastic pool.ElasticPoolUpdateProperties.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 ElasticPoolLicenseTypeModifier and TypeMethodDescriptionElasticPoolInner.withLicenseType(ElasticPoolLicenseType licenseType) Set the licenseType property: The license type to apply for this elastic pool.ElasticPoolProperties.withLicenseType(ElasticPoolLicenseType licenseType) Set the licenseType property: The license type to apply for this elastic pool.ElasticPoolUpdateProperties.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 ElasticPoolLicenseTypeModifier and TypeFieldDescriptionstatic final ElasticPoolLicenseTypeElasticPoolLicenseType.BASE_PRICEStatic value BasePrice for ElasticPoolLicenseType.static final ElasticPoolLicenseTypeElasticPoolLicenseType.LICENSE_INCLUDEDStatic value LicenseIncluded for ElasticPoolLicenseType.Methods in com.azure.resourcemanager.sql.models that return ElasticPoolLicenseTypeModifier and TypeMethodDescriptionstatic ElasticPoolLicenseTypeElasticPoolLicenseType.fromString(String name) Creates or finds a ElasticPoolLicenseType from its string representation.ElasticPoolUpdate.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 ElasticPoolLicenseTypeModifier and TypeMethodDescriptionstatic Collection<ElasticPoolLicenseType> ElasticPoolLicenseType.values()Gets known ElasticPoolLicenseType values.Methods in com.azure.resourcemanager.sql.models with parameters of type ElasticPoolLicenseTypeModifier and TypeMethodDescriptionElasticPoolUpdate.withLicenseType(ElasticPoolLicenseType licenseType) Set the licenseType property: The license type to apply for this elastic pool.