VMwareCbtContainerMappingInput interface
VMwareCbt container mapping input.
Properties
| instance |
Polymorphic discriminator, which specifies the different types this object can be |
| key |
The target key vault ARM Id. |
| key |
The target key vault URL. |
| service |
The secret name of the service bus connection string. |
| storage |
The storage account ARM Id. |
| storage |
The secret name of the storage account. |
| target |
The target location. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "VMwareCbt"
Property Value
"VMwareCbt"
keyVaultId
The target key vault ARM Id.
keyVaultId?: string
Property Value
string
keyVaultUri
The target key vault URL.
keyVaultUri?: string
Property Value
string
serviceBusConnectionStringSecretName
The secret name of the service bus connection string.
serviceBusConnectionStringSecretName?: string
Property Value
string
storageAccountId
The storage account ARM Id.
storageAccountId: string
Property Value
string
storageAccountSasSecretName
The secret name of the storage account.
storageAccountSasSecretName?: string
Property Value
string
targetLocation
The target location.
targetLocation: string
Property Value
string