Package-level declarations

Types

Link copied to clipboard
data class FlexibleServerCustomerManagedKeyArgs(val geoBackupKeyVaultKeyId: Output<String>? = null, val geoBackupUserAssignedIdentityId: Output<String>? = null, val keyVaultKeyId: Output<String>? = null, val primaryUserAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<FlexibleServerCustomerManagedKeyArgs>
Link copied to clipboard
data class FlexibleServerHighAvailabilityArgs(val mode: Output<String>, val standbyAvailabilityZone: Output<String>? = null) : ConvertibleToJava<FlexibleServerHighAvailabilityArgs>
Link copied to clipboard
data class FlexibleServerIdentityArgs(val identityIds: Output<List<String>>, val type: Output<String>) : ConvertibleToJava<FlexibleServerIdentityArgs>
Link copied to clipboard
data class FlexibleServerMaintenanceWindowArgs(val dayOfWeek: Output<Int>? = null, val startHour: Output<Int>? = null, val startMinute: Output<Int>? = null) : ConvertibleToJava<FlexibleServerMaintenanceWindowArgs>
Link copied to clipboard
data class FlexibleServerStorageArgs(val autoGrowEnabled: Output<Boolean>? = null, val ioScalingEnabled: Output<Boolean>? = null, val iops: Output<Int>? = null, val logOnDiskEnabled: Output<Boolean>? = null, val sizeGb: Output<Int>? = null) : ConvertibleToJava<FlexibleServerStorageArgs>
Link copied to clipboard
data class GetFlexibleServerPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetFlexibleServerPlainArgs>

A collection of arguments for invoking getFlexibleServer.