Package version:

VMwareCbt container mapping input.

interface VMwareCbtContainerMappingInput {
    instanceType: "VMwareCbt";
    keyVaultId?: string;
    keyVaultUri?: string;
    serviceBusConnectionStringSecretName?: string;
    storageAccountId: string;
    storageAccountSasSecretName?: string;
    targetLocation: string;
}

Hierarchy (view full)

Properties

instanceType

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

keyVaultId?: string

The target key vault ARM Id.

keyVaultUri?: string

The target key vault URL.

serviceBusConnectionStringSecretName?: string

The secret name of the service bus connection string.

storageAccountId: string

The storage account ARM Id.

storageAccountSasSecretName?: string

The secret name of the storage account.

targetLocation: string

The target location.