Sql Database Resource Settings Args
data class SqlDatabaseResourceSettingsArgs(val resourceType: Output<String>, val tags: Output<Map<String, String>>? = null, val targetResourceGroupName: Output<String>? = null, val targetResourceName: Output<String>, val zoneRedundant: Output<Either<String, ZoneRedundant>>? = null) : ConvertibleToJava<SqlDatabaseResourceSettingsArgs>
Defines the Sql Database resource settings.
Properties
Link copied to clipboard
The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Sql/servers/databases'.
Link copied to clipboard
Gets or sets the target resource group name.
Link copied to clipboard
Gets or sets the target Resource name.
Link copied to clipboard
Defines the zone redundant resource setting.