Package version:

A2A Network Mapping fabric specific settings.

interface AzureToAzureNetworkMappingSettings {
    instanceType: "AzureToAzure";
    primaryFabricLocation?: string;
    recoveryFabricLocation?: string;
}

Hierarchy (view full)

Properties

instanceType

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

primaryFabricLocation?: string

The primary fabric location.

recoveryFabricLocation?: string

The recovery fabric location.