Package version:

Protection container mapping properties.

interface ProtectionContainerMappingProperties {
    health?: string;
    healthErrorDetails?: HealthError[];
    policyFriendlyName?: string;
    policyId?: string;
    providerSpecificDetails?: ProtectionContainerMappingProviderSpecificDetailsUnion;
    sourceFabricFriendlyName?: string;
    sourceProtectionContainerFriendlyName?: string;
    state?: string;
    targetFabricFriendlyName?: string;
    targetProtectionContainerFriendlyName?: string;
    targetProtectionContainerId?: string;
}

Properties

health?: string

Health of pairing.

healthErrorDetails?: HealthError[]

Health error.

policyFriendlyName?: string

Friendly name of replication policy.

policyId?: string

Policy ARM Id.

Provider specific provider details.

sourceFabricFriendlyName?: string

Friendly name of source fabric.

sourceProtectionContainerFriendlyName?: string

Friendly name of source protection container.

state?: string

Association Status.

targetFabricFriendlyName?: string

Friendly name of target fabric.

targetProtectionContainerFriendlyName?: string

Friendly name of paired container.

targetProtectionContainerId?: string

Paired protection container ARM ID.