GetDedicatedHostResult

data class GetDedicatedHostResult(val autoReplaceOnFailure: Boolean? = null, val azureApiVersion: String, val hostId: String, val id: String, val instanceView: DedicatedHostInstanceViewResponse, val licenseType: String? = null, val location: String, val name: String, val platformFaultDomain: Int? = null, val provisioningState: String, val provisioningTime: String, val sku: SkuResponse, val tags: Map<String, String>? = null, val timeCreated: String, val type: String, val virtualMachines: List<SubResourceReadOnlyResponse>)

Specifies information about the Dedicated host.

Constructors

Link copied to clipboard
constructor(autoReplaceOnFailure: Boolean? = null, azureApiVersion: String, hostId: String, id: String, instanceView: DedicatedHostInstanceViewResponse, licenseType: String? = null, location: String, name: String, platformFaultDomain: Int? = null, provisioningState: String, provisioningTime: String, sku: SkuResponse, tags: Map<String, String>? = null, timeCreated: String, type: String, virtualMachines: List<SubResourceReadOnlyResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

A unique id generated and assigned to the dedicated host by the platform. Does not change throughout the lifetime of the host.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The dedicated host instance view.

Link copied to clipboard
val licenseType: String? = null

Specifies the software license type that will be applied to the VMs deployed on the dedicated host. Possible values are: None, Windows_Server_Hybrid, Windows_Server_Perpetual. The default value is: None.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

Fault domain of the dedicated host within a dedicated host group.

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

The date when the host was first provisioned.

Link copied to clipboard

SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Specifies the time at which the Dedicated Host resource was created. Minimum api-version: 2021-11-01.

Link copied to clipboard

Resource type

Link copied to clipboard

A list of references to all virtual machines in the Dedicated Host.