Share via


SpecializedHostProperties Class

Definition

The properties of a specialized host.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SpecializedHostPropertiesTypeConverter))]
public class SpecializedHostProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ISpecializedHostProperties, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SpecializedHostPropertiesTypeConverter))>]
type SpecializedHostProperties = class
    interface ISpecializedHostProperties
    interface IJsonSerializable
    interface IHostProperties
    interface IValidates
Public Class SpecializedHostProperties
Implements ISpecializedHostProperties, IValidates
Inheritance
SpecializedHostProperties
Attributes
Implements

Constructors

Name Description
SpecializedHostProperties()

Creates an new SpecializedHostProperties instance.

Properties

Name Description
DisplayName

Display name of the host in VMware vCenter.

FaultDomain
Fqdn

Fully qualified ___domain name of the host.

Kind

The kind of host

Maintenance

If provided, the host is in maintenance. The value is the reason for maintenance.

MoRefId

vCenter managed object reference ID of the host.

ProvisioningState

The state of the host provisioning.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SpecializedHostProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SpecializedHostProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ISpecializedHostProperties.

FromJsonString(String)

Creates a new instance of SpecializedHostProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SpecializedHostProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to