HyperVToAzStackHCIEventModelCustomProperties interface
HyperV to AzStackHCI event model custom properties. This class provides provider specific details for events of type DataContract.HealthEvents.HealthEventType.ProtectedItemHealth and DataContract.HealthEvents.HealthEventType.AgentHealth.
- Extends
Properties
event |
Gets or sets the friendly name of the source which has raised this health event. NOTE: This property will not be serialized. It can only be populated by the server. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
protected |
Gets or sets the protected item friendly name. NOTE: This property will not be serialized. It can only be populated by the server. |
server |
Gets or sets the server type. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Gets or sets the source appliance name. NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Gets or sets the source target name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
eventSourceFriendlyName
Gets or sets the friendly name of the source which has raised this health event. NOTE: This property will not be serialized. It can only be populated by the server.
eventSourceFriendlyName?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVToAzStackHCI"
Property Value
"HyperVToAzStackHCI"
protectedItemFriendlyName
Gets or sets the protected item friendly name. NOTE: This property will not be serialized. It can only be populated by the server.
protectedItemFriendlyName?: string
Property Value
string
serverType
Gets or sets the server type. NOTE: This property will not be serialized. It can only be populated by the server.
serverType?: string
Property Value
string
sourceApplianceName
Gets or sets the source appliance name. NOTE: This property will not be serialized. It can only be populated by the server.
sourceApplianceName?: string
Property Value
string
targetApplianceName
Gets or sets the source target name. NOTE: This property will not be serialized. It can only be populated by the server.
targetApplianceName?: string
Property Value
string
Azure SDK for JavaScript