Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Fleet : KotlinCustomResource

An Compute Fleet resource Uses Azure REST API version 2024-11-01. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview. Other available API versions: 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurefleet [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class FleetArgs(val additionalLocationsProfile: Output<AdditionalLocationsProfileArgs>? = null, val computeProfile: Output<ComputeProfileArgs>? = null, val fleetName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val plan: Output<PlanArgs>? = null, val regularPriorityProfile: Output<RegularPriorityProfileArgs>? = null, val resourceGroupName: Output<String>? = null, val spotPriorityProfile: Output<SpotPriorityProfileArgs>? = null, val tags: Output<Map<String, String>>? = null, val vmAttributes: Output<VMAttributesArgs>? = null, val vmSizesProfile: Output<List<VmSizeProfileArgs>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<FleetArgs>

An Compute Fleet resource Uses Azure REST API version 2024-11-01. In version 2.x of the Azure Native provider, it used API version 2024-05-01-preview. Other available API versions: 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurefleet [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Builder for FleetArgs.

Link copied to clipboard
object FleetMapper : ResourceMapper<Fleet>
Link copied to clipboard

Builder for Fleet.

Functions

Link copied to clipboard
fun fleet(name: String): Fleet
suspend fun fleet(name: String, block: suspend FleetResourceBuilder.() -> Unit): Fleet