Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostLicenseTypes
-
Packages that use DedicatedHostLicenseTypes Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 DedicatedHostLicenseTypes Modifier and Type Method Description DedicatedHostLicenseTypesDedicatedHostInner. licenseType()Get the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.DedicatedHostLicenseTypesDedicatedHostProperties. 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 DedicatedHostLicenseTypes Modifier and Type Method Description DedicatedHostInnerDedicatedHostInner. withLicenseType(DedicatedHostLicenseTypes licenseType)Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.DedicatedHostPropertiesDedicatedHostProperties. 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 DedicatedHostLicenseTypes Modifier and Type Method Description static DedicatedHostLicenseTypesDedicatedHostLicenseTypes. fromString(String value)Parses a serialized value to a DedicatedHostLicenseTypes instance.DedicatedHostLicenseTypesDedicatedHostUpdate. licenseType()Get the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.static DedicatedHostLicenseTypesDedicatedHostLicenseTypes. valueOf(String name)Returns 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 DedicatedHostLicenseTypes Modifier and Type Method Description DedicatedHostUpdateDedicatedHostUpdate. withLicenseType(DedicatedHostLicenseTypes licenseType)Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.
-