ISpecializedHostProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SpecializedHostPropertiesTypeConverter))]
public interface ISpecializedHostProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IHostProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.SpecializedHostPropertiesTypeConverter))>]
type ISpecializedHostProperties = interface
interface IJsonSerializable
interface IHostProperties
Public Interface ISpecializedHostProperties
Implements IHostProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DisplayName |
Display name of the host in VMware vCenter. (Inherited from IHostProperties) |
| FaultDomain | (Inherited from IHostProperties) |
| Fqdn |
Fully qualified ___domain name of the host. (Inherited from IHostProperties) |
| Kind |
The kind of host (Inherited from IHostProperties) |
| Maintenance |
If provided, the host is in maintenance. The value is the reason for maintenance. (Inherited from IHostProperties) |
| MoRefId |
vCenter managed object reference ID of the host. (Inherited from IHostProperties) |
| ProvisioningState |
The state of the host provisioning. (Inherited from IHostProperties) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |