ComputeFleetComputeProfile Class

Definition

Compute Profile to use for running user's workloads.

public class ComputeFleetComputeProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetComputeProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetComputeProfile>
type ComputeFleetComputeProfile = class
    interface IJsonModel<ComputeFleetComputeProfile>
    interface IPersistableModel<ComputeFleetComputeProfile>
Public Class ComputeFleetComputeProfile
Implements IJsonModel(Of ComputeFleetComputeProfile), IPersistableModel(Of ComputeFleetComputeProfile)
Inheritance
ComputeFleetComputeProfile
Implements

Constructors

ComputeFleetComputeProfile(ComputeFleetVmProfile)

Initializes a new instance of ComputeFleetComputeProfile.

Properties

BaseVirtualMachineProfile

Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile".

ComputeApiVersion

Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.

PlatformFaultDomainCount

Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.

Explicit Interface Implementations

IJsonModel<ComputeFleetComputeProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ComputeFleetComputeProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetComputeProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetComputeProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ComputeFleetComputeProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to