ComputeFleetMode Struct
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.
Modes for Compute Fleet.
public readonly struct ComputeFleetMode : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetMode>
type ComputeFleetMode = struct
Public Structure ComputeFleetMode
Implements IEquatable(Of ComputeFleetMode)
- Inheritance
-
ComputeFleetMode
- Implements
Constructors
| Name | Description |
|---|---|
| ComputeFleetMode(String) |
Initializes a new instance of ComputeFleetMode. |
Properties
| Name | Description |
|---|---|
| Launch |
Launch mode for Compute Fleet will directly launch VM instances to be managed by the customer. |
| Managed |
Default. Managed is the default mode for Compute Fleet where VMs are provisioned via virtual machine scale sets. |
Methods
| Name | Description |
|---|---|
| Equals(ComputeFleetMode) |
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(ComputeFleetMode, ComputeFleetMode) |
Determines if two ComputeFleetMode values are the same. |
| Implicit(String to ComputeFleetMode) |
Converts a string to a ComputeFleetMode. |
| Implicit(String to Nullable<ComputeFleetMode>) | |
| Inequality(ComputeFleetMode, ComputeFleetMode) |
Determines if two ComputeFleetMode values are not the same. |