Package version:

Remove Disk input properties.

interface RemoveDisksInputProperties {
    providerSpecificDetails?: RemoveDisksProviderSpecificInputUnion;
}

Properties

providerSpecificDetails?: RemoveDisksProviderSpecificInputUnion

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.