DevTestLabCustomImageOSType Struct

Definition

The OS type of the custom image (i.e. Windows, Linux).

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

Constructors

DevTestLabCustomImageOSType(String)

Initializes a new instance of DevTestLabCustomImageOSType.

Properties

Linux

Linux.

None

None.

Windows

Windows.

Methods

Equals(DevTestLabCustomImageOSType)

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

Determines if two DevTestLabCustomImageOSType values are the same.

Implicit(String to DevTestLabCustomImageOSType)

Converts a string to a DevTestLabCustomImageOSType.

Inequality(DevTestLabCustomImageOSType, DevTestLabCustomImageOSType)

Determines if two DevTestLabCustomImageOSType values are not the same.

Applies to