Package version:

InMageAzureV2 specific provider input.

interface InMageAzureV2ReprotectInput {
    disksToInclude?: string[];
    instanceType: "InMageAzureV2";
    logStorageAccountId?: string;
    masterTargetId?: string;
    policyId?: string;
    processServerId?: string;
    runAsAccountId?: string;
    storageAccountId?: string;
}

Hierarchy (view full)

Properties

disksToInclude?: string[]

The disks to include list.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

logStorageAccountId?: string

The storage account to be used for logging during replication.

masterTargetId?: string

The Master target Id.

policyId?: string

The Policy Id.

processServerId?: string

The Process Server Id.

runAsAccountId?: string

The CS account Id.

storageAccountId?: string

The storage account id.