GetFleetResult

data class GetFleetResult(val additionalLocationsProfile: AdditionalLocationsProfileResponse? = null, val azureApiVersion: String, 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 vmAttributes: VMAttributesResponse? = null, val vmSizesProfile: List<VmSizeProfileResponse>, val zones: List<String>? = null)

An Compute Fleet resource

Constructors

Link copied to clipboard
constructor(additionalLocationsProfile: AdditionalLocationsProfileResponse? = null, azureApiVersion: String, 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, vmAttributes: VMAttributesResponse? = null, vmSizesProfile: List<VmSizeProfileResponse>, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the configuration for additional locations where Fleet resources may be deployed.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Compute Profile to use for running user's workloads.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The managed service identities assigned to this resource.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val plan: PlanResponse? = null

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
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Specifies the time at which the Compute Fleet is created.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Specifies the ID which uniquely identifies a Compute Fleet.

Link copied to clipboard

Attribute based Fleet.

Link copied to clipboard

List of VM sizes supported for Compute Fleet

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

Zones in which the Compute Fleet is available