ComputeFleetProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of the Compute Fleet.
public class ComputeFleetProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetProperties>
type ComputeFleetProperties = class
interface IJsonModel<ComputeFleetProperties>
interface IPersistableModel<ComputeFleetProperties>
Public Class ComputeFleetProperties
Implements IJsonModel(Of ComputeFleetProperties), IPersistableModel(Of ComputeFleetProperties)
- Inheritance
-
ComputeFleetProperties
- Implements
Constructors
| Name | Description |
|---|---|
| ComputeFleetProperties(IEnumerable<ComputeFleetVmSizeProfile>, ComputeFleetComputeProfile) |
Initializes a new instance of ComputeFleetProperties. |
Properties
| Name | Description |
|---|---|
| AdditionalLocationsLocationProfiles |
The list of location profiles. |
| CapacityType |
Specifies capacity type for Fleet Regular and Spot priority profiles. capacityType is an immutable property. Once set during Fleet creation, it cannot be updated. Specifying different capacity type for Fleet Regular and Spot priority profiles is not allowed. |
| ComputeProfile |
Compute Profile to use for running user's workloads. |
| CreatedOn |
Specifies the time at which the Compute Fleet is created. |
| Mode |
Mode of the Fleet. |
| ProvisioningState |
The status of the last operation. |
| RegularPriorityProfile |
Configuration Options for Regular instances in Compute Fleet. |
| SpotPriorityProfile |
Configuration Options for Spot instances in Compute Fleet. |
| UniqueId |
Specifies the ID which uniquely identifies a Compute Fleet. |
| VmAttributes |
Attribute based Fleet. |
| VmSizesProfile |
List of VM sizes supported for Compute Fleet. |
| ZoneAllocationPolicy |
Zone Allocation Policy for Fleet. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<ComputeFleetProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ComputeFleetProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ComputeFleetProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ComputeFleetProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ComputeFleetProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |