你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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