Freigeben über


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

Name Description
DevTestLabCustomImageOSType(String)

Initializes a new instance of DevTestLabCustomImageOSType.

Properties

Name Description
Linux

Linux.

None

None.

Windows

Windows.

Methods

Name Description
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

Name Description
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