| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DedicatedHostLicenseTypes |
DedicatedHostInner.licenseType()
Get the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the
dedicated host.
|
| Modifier and Type | Method and Description |
|---|---|
DedicatedHostInner |
DedicatedHostInner.withLicenseType(DedicatedHostLicenseTypes licenseType)
Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the
dedicated host.
|
| Modifier and Type | Method and Description |
|---|---|
static DedicatedHostLicenseTypes |
DedicatedHostLicenseTypes.fromString(String value)
Parses a serialized value to a DedicatedHostLicenseTypes instance.
|
DedicatedHostLicenseTypes |
DedicatedHostUpdate.licenseType()
Get the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the
dedicated host.
|
static DedicatedHostLicenseTypes |
DedicatedHostLicenseTypes.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.
|
| Modifier and Type | Method and Description |
|---|---|
DedicatedHostUpdate |
DedicatedHostUpdate.withLicenseType(DedicatedHostLicenseTypes licenseType)
Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the
dedicated host.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.