DedicatedHostInstanceViewWithName Class

Definition

The instance view of a dedicated host that includes the name of the dedicated host. It is used for the response to the instance view of a dedicated host group.

public class DedicatedHostInstanceViewWithName : Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceView
type DedicatedHostInstanceViewWithName = class
    inherit DedicatedHostInstanceView
Public Class DedicatedHostInstanceViewWithName
Inherits DedicatedHostInstanceView
Inheritance
DedicatedHostInstanceViewWithName

Constructors

DedicatedHostInstanceViewWithName()

Initializes a new instance of the DedicatedHostInstanceViewWithName class.

DedicatedHostInstanceViewWithName(String, DedicatedHostAvailableCapacity, IList<InstanceViewStatus>, String)

Initializes a new instance of the DedicatedHostInstanceViewWithName class.

Properties

AssetId

Gets specifies the unique id of the dedicated physical machine on which the dedicated host resides.

(Inherited from DedicatedHostInstanceView)
AvailableCapacity

Gets or sets unutilized capacity of the dedicated host.

(Inherited from DedicatedHostInstanceView)
Name

Gets the name of the dedicated host.

Statuses

Gets or sets the resource status information.

(Inherited from DedicatedHostInstanceView)

Applies to