OperatingSystemTypes 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 Operating System type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypesTypeConverter))]
public struct OperatingSystemTypes : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypesTypeConverter))>]
type OperatingSystemTypes = struct
interface IArgumentCompleter
Public Structure OperatingSystemTypes
Implements IArgumentCompleter, IEquatable(Of OperatingSystemTypes)
- Inheritance
-
OperatingSystemTypes
- Attributes
- Implements
Fields
Linux | |
Windows |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type OperatingSystemTypes (override for Object) |
Equals(OperatingSystemTypes) |
Compares values of enum type OperatingSystemTypes |
GetHashCode() |
Returns hashCode for enum OperatingSystemTypes |
ToString() |
Returns string representation for OperatingSystemTypes |
Operators
Equality(OperatingSystemTypes, OperatingSystemTypes) |
Overriding == operator for enum OperatingSystemTypes |
Implicit(OperatingSystemTypes to String) |
Implicit operator to convert OperatingSystemTypes to string |
Implicit(String to OperatingSystemTypes) |
Implicit operator to convert string to OperatingSystemTypes |
Inequality(OperatingSystemTypes, OperatingSystemTypes) |
Overriding != operator for enum OperatingSystemTypes |