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