Fleet Args
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}
Content copied to clipboard
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
Compute Profile to use for running user's workloads.
Link copied to clipboard
The managed service identities assigned to this resource.
Link copied to clipboard
Configuration Options for Regular instances in Compute Fleet.
Link copied to clipboard
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
List of VM sizes supported for Compute Fleet