Package version:

Common input details for network mapping operation.

interface CreateNetworkMappingInputProperties {
    fabricSpecificDetails?: FabricSpecificCreateNetworkMappingInputUnion;
    recoveryFabricName?: string;
    recoveryNetworkId: string;
}

Properties

Fabric specific input properties.

recoveryFabricName?: string

Recovery fabric Name.

recoveryNetworkId: string

Recovery network Id.