DedicatedHostInstanceViewWithName Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : Azure.ResourceManager.Compute.Models.DedicatedHostInstanceView, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.DedicatedHostInstanceViewWithName>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.DedicatedHostInstanceViewWithName>
type DedicatedHostInstanceViewWithName = class
inherit DedicatedHostInstanceView
interface IJsonModel<DedicatedHostInstanceViewWithName>
interface IPersistableModel<DedicatedHostInstanceViewWithName>
Public Class DedicatedHostInstanceViewWithName
Inherits DedicatedHostInstanceView
Implements IJsonModel(Of DedicatedHostInstanceViewWithName), IPersistableModel(Of DedicatedHostInstanceViewWithName)
- Inheritance
- Implements
Properties
AssetId |
Specifies the unique id of the dedicated physical machine on which the dedicated host resides. (Inherited from DedicatedHostInstanceView) |
AvailableCapacityAllocatableVms |
The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. (Inherited from DedicatedHostInstanceView) |
Name |
The name of the dedicated host. |
Statuses |
The resource status information. (Inherited from DedicatedHostInstanceView) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DedicatedHostInstanceView) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET