Partager via


HybridComputeOSType Struct

Definition

The operating system type of the machine.

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

Constructors

HybridComputeOSType(String)

Initializes a new instance of HybridComputeOSType.

Properties

Linux

Linux.

Windows

Windows.

Methods

Equals(HybridComputeOSType)

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(HybridComputeOSType, HybridComputeOSType)

Determines if two HybridComputeOSType values are the same.

Implicit(String to HybridComputeOSType)

Converts a string to a HybridComputeOSType.

Inequality(HybridComputeOSType, HybridComputeOSType)

Determines if two HybridComputeOSType values are not the same.

Applies to