Partilhar via


ComputeFleetOperatingSystemType Struct

Definition

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