Uses of Enum
com.azure.resourcemanager.compute.models.DedicatedHostLicenseTypes
Packages that use DedicatedHostLicenseTypes
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of DedicatedHostLicenseTypes in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DedicatedHostLicenseTypesModifier and TypeMethodDescriptionDedicatedHostInner.licenseType()Get the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.DedicatedHostProperties.licenseType()Get the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DedicatedHostLicenseTypesModifier and TypeMethodDescriptionDedicatedHostInner.withLicenseType(DedicatedHostLicenseTypes licenseType) Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.DedicatedHostProperties.withLicenseType(DedicatedHostLicenseTypes licenseType) Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host. -
Uses of DedicatedHostLicenseTypes in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DedicatedHostLicenseTypesModifier and TypeMethodDescriptionstatic DedicatedHostLicenseTypesDedicatedHostLicenseTypes.fromString(String value) Parses a serialized value to a DedicatedHostLicenseTypes instance.DedicatedHostUpdate.licenseType()Get the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.static DedicatedHostLicenseTypesReturns the enum constant of this type with the specified name.static DedicatedHostLicenseTypes[]DedicatedHostLicenseTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.compute.models with parameters of type DedicatedHostLicenseTypesModifier and TypeMethodDescriptionDedicatedHostUpdate.withLicenseType(DedicatedHostLicenseTypes licenseType) Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.