Package-level declarations
Types
Link copied to clipboard
object AzurefleetFunctions
Link copied to clipboard
data class FleetArgs(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 vmSizesProfile: Output<List<VmSizeProfileArgs>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<FleetArgs>
An Compute Fleet resource Uses Azure REST API version 2024-05-01-preview. Other available API versions: 2023-11-01-preview, 2024-11-01.
Link copied to clipboard
class FleetArgsBuilder
Builder for FleetArgs.
Link copied to clipboard
Link copied to clipboard
class FleetResourceBuilder
Builder for Fleet.