Package version:

Model class for event details of a A2A event.

interface A2AEventDetails {
    fabricLocation?: string;
    fabricName?: string;
    fabricObjectId?: string;
    instanceType: "A2A";
    protectedItemName?: string;
    remoteFabricLocation?: string;
    remoteFabricName?: string;
}

Hierarchy (view full)

Properties

fabricLocation?: string

The fabric location.

fabricName?: string

Fabric arm name.

fabricObjectId?: string

The azure vm arm id.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

protectedItemName?: string

The protected item arm name.

remoteFabricLocation?: string

Remote fabric location.

remoteFabricName?: string

Remote fabric arm name.