Get Fleet Result
data class GetFleetResult(val computeProfile: ComputeProfileResponse, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val plan: PlanResponse? = null, val provisioningState: String, val regularPriorityProfile: RegularPriorityProfileResponse? = null, val spotPriorityProfile: SpotPriorityProfileResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeCreated: String, val type: String, val uniqueId: String, val vmSizesProfile: List<VmSizeProfileResponse>, val zones: List<String>? = null)
An Compute Fleet resource
Constructors
Link copied to clipboard
constructor(computeProfile: ComputeProfileResponse, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, name: String, plan: PlanResponse? = null, provisioningState: String, regularPriorityProfile: RegularPriorityProfileResponse? = null, spotPriorityProfile: SpotPriorityProfileResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeCreated: String, type: String, uniqueId: String, vmSizesProfile: List<VmSizeProfileResponse>, zones: 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
Details of the resource plan.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Configuration Options for Regular instances in Compute Fleet.
Link copied to clipboard
Configuration Options for Spot instances in Compute Fleet.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Specifies the time at which the Compute Fleet is created.
Link copied to clipboard
List of VM sizes supported for Compute Fleet