Uses of Class
com.azure.resourcemanager.sql.models.ManagedInstanceLicenseType
Packages that use ManagedInstanceLicenseType
Package
Description
Package containing the inner data models for SqlManagementClient.
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 ManagedInstanceLicenseTypeModifier and TypeMethodDescriptionManagedInstanceInner.licenseType()Get the licenseType property: The license type.ManagedInstanceProperties.licenseType()Get the licenseType property: The license type.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ManagedInstanceLicenseTypeModifier and TypeMethodDescriptionManagedInstanceInner.withLicenseType(ManagedInstanceLicenseType licenseType) Set the licenseType property: The license type.ManagedInstanceProperties.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 ManagedInstanceLicenseTypeModifier and TypeFieldDescriptionstatic final ManagedInstanceLicenseTypeManagedInstanceLicenseType.BASE_PRICEStatic value BasePrice for ManagedInstanceLicenseType.static final ManagedInstanceLicenseTypeManagedInstanceLicenseType.LICENSE_INCLUDEDStatic value LicenseIncluded for ManagedInstanceLicenseType.Methods in com.azure.resourcemanager.sql.models that return ManagedInstanceLicenseTypeModifier and TypeMethodDescriptionstatic ManagedInstanceLicenseTypeManagedInstanceLicenseType.fromString(String name) Creates or finds a ManagedInstanceLicenseType from its string representation.ManagedInstanceUpdate.licenseType()Get the licenseType property: The license type.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ManagedInstanceLicenseTypeModifier and TypeMethodDescriptionstatic Collection<ManagedInstanceLicenseType>ManagedInstanceLicenseType.values()Gets known ManagedInstanceLicenseType values.Methods in com.azure.resourcemanager.sql.models with parameters of type ManagedInstanceLicenseTypeModifier and TypeMethodDescriptionManagedInstanceUpdate.withLicenseType(ManagedInstanceLicenseType licenseType) Set the licenseType property: The license type.