Package version:

Model class for event details of a HyperVReplica E2A event.

interface HyperVReplicaAzureEventDetails {
    containerName?: string;
    fabricName?: string;
    instanceType: "HyperVReplicaAzure";
    remoteContainerName?: string;
}

Hierarchy (view full)

Properties

containerName?: string

The container friendly name.

fabricName?: string

The fabric friendly name.

instanceType

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

remoteContainerName?: string

The remote container name.