DatabaseConfiguration interface

Gets or sets the database configuration.

Properties

databaseType

The database type.

diskConfiguration

Gets or sets the disk configuration.

instanceCount

The number of database VMs.

subnetId

The subnet id.

virtualMachineConfiguration

Gets or sets the virtual machine configuration.

Property Details

databaseType

The database type.

databaseType?: string

Property Value

string

diskConfiguration

Gets or sets the disk configuration.

diskConfiguration?: DiskConfiguration

Property Value

instanceCount

The number of database VMs.

instanceCount: number

Property Value

number

subnetId

The subnet id.

subnetId: string

Property Value

string

virtualMachineConfiguration

Gets or sets the virtual machine configuration.

virtualMachineConfiguration: VirtualMachineConfiguration

Property Value