Package version:

VMwareCbt provider specific container mapping details.

interface VMwareCbtProtectionContainerMappingDetails {
    excludedSkus?: string[];
    instanceType: "VMwareCbt";
    keyVaultId?: string;
    keyVaultUri?: string;
    roleSizeToNicCountMap?: {
        [propertyName: string]: number;
    };
    serviceBusConnectionStringSecretName?: string;
    storageAccountId?: string;
    storageAccountSasSecretName?: string;
    targetLocation?: string;
}

Hierarchy (view full)

Properties

excludedSkus?: string[]

The SKUs to be excluded.

instanceType

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

keyVaultId?: string

The target key vault ARM Id. NOTE: This property will not be serialized. It can only be populated by the server.

keyVaultUri?: string

The target key vault URI. NOTE: This property will not be serialized. It can only be populated by the server.

roleSizeToNicCountMap?: {
    [propertyName: string]: number;
}

The role size to NIC count map. NOTE: This property will not be serialized. It can only be populated by the server.

serviceBusConnectionStringSecretName?: string

The secret name of the service bus connection string. NOTE: This property will not be serialized. It can only be populated by the server.

storageAccountId?: string

The storage account ARM Id. NOTE: This property will not be serialized. It can only be populated by the server.

storageAccountSasSecretName?: string

The secret name of the storage account. NOTE: This property will not be serialized. It can only be populated by the server.

targetLocation?: string

The target location. NOTE: This property will not be serialized. It can only be populated by the server.