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