Uses of Class
com.azure.resourcemanager.sql.models.InstancePoolLicenseType
Packages that use InstancePoolLicenseType
Package
Description
Package containing the inner data models for SqlManagementClient.
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 InstancePoolLicenseTypeModifier and TypeMethodDescriptionInstancePoolInner.licenseType()Get the licenseType property: The license type.InstancePoolProperties.licenseType()Get the licenseType property: The license type.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type InstancePoolLicenseTypeModifier and TypeMethodDescriptionInstancePoolInner.withLicenseType(InstancePoolLicenseType licenseType) Set the licenseType property: The license type.InstancePoolProperties.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 InstancePoolLicenseTypeModifier and TypeFieldDescriptionstatic final InstancePoolLicenseTypeInstancePoolLicenseType.BASE_PRICEStatic value BasePrice for InstancePoolLicenseType.static final InstancePoolLicenseTypeInstancePoolLicenseType.LICENSE_INCLUDEDStatic value LicenseIncluded for InstancePoolLicenseType.Methods in com.azure.resourcemanager.sql.models that return InstancePoolLicenseTypeModifier and TypeMethodDescriptionstatic 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 InstancePoolLicenseTypeModifier and TypeMethodDescriptionstatic Collection<InstancePoolLicenseType> InstancePoolLicenseType.values()Gets known InstancePoolLicenseType values.