ComputeFleetOperatingSystemType 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.
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
public readonly struct ComputeFleetOperatingSystemType : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetOperatingSystemType>
type ComputeFleetOperatingSystemType = struct
Public Structure ComputeFleetOperatingSystemType
Implements IEquatable(Of ComputeFleetOperatingSystemType)
- Inheritance
-
ComputeFleetOperatingSystemType
- Implements
Constructors
ComputeFleetOperatingSystemType(String) |
Initializes a new instance of ComputeFleetOperatingSystemType. |
Properties
Linux |
Linux OS type. |
Windows |
Windows OS type. |
Methods
Equals(ComputeFleetOperatingSystemType) |
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
Equality(ComputeFleetOperatingSystemType, ComputeFleetOperatingSystemType) |
Determines if two ComputeFleetOperatingSystemType values are the same. |
Implicit(String to ComputeFleetOperatingSystemType) |
Converts a String to a ComputeFleetOperatingSystemType. |
Inequality(ComputeFleetOperatingSystemType, ComputeFleetOperatingSystemType) |
Determines if two ComputeFleetOperatingSystemType values are not the same. |
Applies to
Azure SDK for .NET