FleetArgs

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 Azure REST API version: 2024-05-01-preview. Other available API versions: 2023-11-01-preview.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:azurefleet:Fleet testFleet /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureFleet/fleets/{fleetName}

Constructors

Link copied to clipboard
constructor(computeProfile: Output<ComputeProfileArgs>? = null, fleetName: Output<String>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, location: Output<String>? = null, plan: Output<PlanArgs>? = null, regularPriorityProfile: Output<RegularPriorityProfileArgs>? = null, resourceGroupName: Output<String>? = null, spotPriorityProfile: Output<SpotPriorityProfileArgs>? = null, tags: Output<Map<String, String>>? = null, vmSizesProfile: Output<List<VmSizeProfileArgs>>? = null, zones: Output<List<String>>? = null)

Properties

Link copied to clipboard
val computeProfile: Output<ComputeProfileArgs>? = null

Compute Profile to use for running user's workloads.

Link copied to clipboard
val fleetName: Output<String>? = null

The name of the Compute Fleet

Link copied to clipboard

The managed service identities assigned to this resource.

Link copied to clipboard
val location: Output<String>? = null

The geo-location where the resource lives

Link copied to clipboard
val plan: Output<PlanArgs>? = null

Details of the resource plan.

Link copied to clipboard

Configuration Options for Regular instances in Compute Fleet.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard

Configuration Options for Spot instances in Compute Fleet.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Link copied to clipboard
val vmSizesProfile: Output<List<VmSizeProfileArgs>>? = null

List of VM sizes supported for Compute Fleet

Link copied to clipboard
val zones: Output<List<String>>? = null

Zones in which the Compute Fleet is available

Functions

Link copied to clipboard
open override fun toJava(): FleetArgs