ComputeFleetCapacityType Struct

Definition

Capacity types for Compute Fleet.

public readonly struct ComputeFleetCapacityType : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetCapacityType>
type ComputeFleetCapacityType = struct
Public Structure ComputeFleetCapacityType
Implements IEquatable(Of ComputeFleetCapacityType)
Inheritance
ComputeFleetCapacityType
Implements

Constructors

Name Description
ComputeFleetCapacityType(String)

Initializes a new instance of ComputeFleetCapacityType.

Properties

Name Description
VCpu

VCpu is the capacity type for Compute Fleet where Fleet capacity is provisioned in terms of VCpus. If VCpu capacity is not exactly divisible by VCpu count in VMSizes, Fleet capacity in VCpus will be overprovisioned by default.

Vm

Default. VM is the default capacity type for Compute Fleet where Fleet capacity is provisioned in terms of VMs.

Methods

Name Description
Equals(ComputeFleetCapacityType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ComputeFleetCapacityType, ComputeFleetCapacityType)

Determines if two ComputeFleetCapacityType values are the same.

Implicit(String to ComputeFleetCapacityType)

Converts a string to a ComputeFleetCapacityType.

Implicit(String to Nullable<ComputeFleetCapacityType>)
Inequality(ComputeFleetCapacityType, ComputeFleetCapacityType)

Determines if two ComputeFleetCapacityType values are not the same.

Applies to