Package version:

Add Disks input properties.

interface AddDisksInputProperties {
    providerSpecificDetails: AddDisksProviderSpecificInputUnion;
}

Properties

providerSpecificDetails: AddDisksProviderSpecificInputUnion

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.