Package version:

InMageRcm specific provider input.

interface InMageRcmReprotectInput {
    datastoreName: string;
    instanceType: "InMageRcm";
    logStorageAccountId: string;
    policyId?: string;
    reprotectAgentId: string;
}

Hierarchy (view full)

Properties

datastoreName: string

The target datastore name.

instanceType

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

logStorageAccountId: string

The log storage account ARM Id.

policyId?: string

The Policy Id.

reprotectAgentId: string

The reprotect agent Id.