Share via


IHostEntityProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.HostEntityPropertiesTypeConverter))]
public interface IHostEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.HostEntityPropertiesTypeConverter))>]
type IHostEntityProperties = interface
    interface IJsonSerializable
    interface IEntityCommonProperties
Public Interface IHostEntityProperties
Implements IEntityCommonProperties
Derived
Attributes
Implements

Properties

AdditionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

(Inherited from IEntityCommonProperties)
AzureId

The azure resource id of the VM.

DnsDomain

The DNS domain that this host belongs to. Should contain the compete DNS suffix for the domain

FriendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

(Inherited from IEntityCommonProperties)
HostName

The hostname without the domain suffix.

IsDomainJoined

Determines whether this host belongs to a domain.

NetBiosName

The host name (pre-windows2000).

NtDomain

The NT domain that this host belongs to.

OmsAgentId

The OMS agent id, if the host has OMS agent installed.

OSFamily

The operating system type.

OSVersion

A free text representation of the operating system. This field is meant to hold specific versions the are more fine grained than OSFamily or future values not supported by OSFamily enumeration

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to