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
Link copied to clipboard
data class FlexibleServerHighAvailabilityArgs(val mode: Output<String>, val standbyAvailabilityZone: Output<String>? = null) : ConvertibleToJava<FlexibleServerHighAvailabilityArgs>
Link copied to clipboard
Builder for FlexibleServerHighAvailabilityArgs.
Link copied to clipboard
data class FlexibleServerIdentityArgs(val identityIds: Output<List<String>>, val type: Output<String>) : ConvertibleToJava<FlexibleServerIdentityArgs>
Link copied to clipboard
Builder for 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
Link copied to clipboard
Link copied to clipboard
Builder for FlexibleServerStorageArgs.
Link copied to clipboard
data class GetFlexibleServerPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetFlexibleServerPlainArgs>
A collection of arguments for invoking getFlexibleServer.
Link copied to clipboard
Builder for GetFlexibleServerPlainArgs.