Package version:

Disable protection input properties.

interface DisableProtectionInputProperties {
    disableProtectionReason?: string;
    replicationProviderInput?: DisableProtectionProviderSpecificInputUnion;
}

Properties

disableProtectionReason?: string

Disable protection reason. It can have values NotSpecified/MigrationComplete.

Replication provider specific input.