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