HciVmOSType Struct

Definition

Operating system type that the gallery image uses [Windows, Linux].

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

Constructors

Name Description
HciVmOSType(String)

Initializes a new instance of HciVmOSType.

Properties

Name Description
Linux

Linux operating system.

Windows

Windows operating system.

Methods

Name Description
Equals(HciVmOSType)

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

Name Description
Equality(HciVmOSType, HciVmOSType)

Determines if two HciVmOSType values are the same.

Implicit(String to HciVmOSType)

Converts a string to a HciVmOSType.

Implicit(String to Nullable<HciVmOSType>)
Inequality(HciVmOSType, HciVmOSType)

Determines if two HciVmOSType values are not the same.

Applies to