Package version:

Replication protected item custom data details.

interface ProtectableItemProperties {
    customDetails?: ConfigurationSettingsUnion;
    friendlyName?: string;
    protectionReadinessErrors?: string[];
    protectionStatus?: string;
    recoveryServicesProviderId?: string;
    replicationProtectedItemId?: string;
    supportedReplicationProviders?: string[];
}

Properties

The Replication provider custom settings.

friendlyName?: string

The name.

protectionReadinessErrors?: string[]

The Current protection readiness errors.

protectionStatus?: string

The protection status.

recoveryServicesProviderId?: string

The recovery provider ARM Id.

replicationProtectedItemId?: string

The ARM resource of protected items.

supportedReplicationProviders?: string[]

The list of replication providers supported for the protectable item.