Package version:

Enable protection input properties.

interface EnableProtectionInputProperties {
    policyId?: string;
    protectableItemId?: string;
    providerSpecificDetails?: EnableProtectionProviderSpecificInputUnion;
}

Properties

policyId?: string

The Policy Id.

protectableItemId?: string

The protectable item Id.

The ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null.