Package version:

Provider specific input for InMageAzureV2 switch provider.

interface InMageAzureV2SwitchProviderInput {
    instanceType: "InMageAzureV2";
    targetApplianceID: string;
    targetFabricID: string;
    targetVaultID: string;
}

Hierarchy (view full)

Properties

instanceType

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

targetApplianceID: string

The target appliance Id.

targetFabricID: string

The target fabric Id.

targetVaultID: string

The target vault Id.