HybridComputeOSType 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.
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
Azure SDK for .NET