A2AEventDetails interface
Model class for event details of a A2A event.
- Extends
Properties
fabric |
The fabric location. |
fabric |
Fabric arm name. |
fabric |
The azure vm arm id. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
protected |
The protected item arm name. |
remote |
Remote fabric location. |
remote |
Remote fabric arm name. |
Property Details
fabricLocation
The fabric location.
fabricLocation?: string
Property Value
string
fabricName
Fabric arm name.
fabricName?: string
Property Value
string
fabricObjectId
The azure vm arm id.
fabricObjectId?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "A2A"
Property Value
"A2A"
protectedItemName
The protected item arm name.
protectedItemName?: string
Property Value
string
remoteFabricLocation
Remote fabric location.
remoteFabricLocation?: string
Property Value
string
remoteFabricName
Remote fabric arm name.
remoteFabricName?: string
Property Value
string