Package version:

Switch protection input properties.

interface SwitchProtectionInputProperties {
    providerSpecificDetails?: SwitchProtectionProviderSpecificInputUnion;
    replicationProtectedItemName?: string;
}

Properties

Provider specific switch protection input.

replicationProtectedItemName?: string

The unique replication protected item name.