FleetArgs

constructor(additionalLocationsProfile: Output<AdditionalLocationsProfileArgs>? = null, 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, vmAttributes: Output<VMAttributesArgs>? = null, vmSizesProfile: Output<List<VmSizeProfileArgs>>? = null, zones: Output<List<String>>? = null)