OperatingSystemType 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 type of operating system.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemTypeTypeConverter))]
public struct OperatingSystemType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemTypeTypeConverter))>]
type OperatingSystemType = struct
interface IArgumentCompleter
Public Structure OperatingSystemType
Implements IArgumentCompleter, IEquatable(Of OperatingSystemType)
- Inheritance
-
OperatingSystemType
- 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 OperatingSystemType (override for Object) |
Equals(OperatingSystemType) |
Compares values of enum type OperatingSystemType |
GetHashCode() |
Returns hashCode for enum OperatingSystemType |
ToString() |
Returns string representation for OperatingSystemType |
Operators
Equality(OperatingSystemType, OperatingSystemType) |
Overriding == operator for enum OperatingSystemType |
Implicit(OperatingSystemType to String) |
Implicit operator to convert OperatingSystemType to string |
Implicit(String to OperatingSystemType) |
Implicit operator to convert string to OperatingSystemType |
Inequality(OperatingSystemType, OperatingSystemType) |
Overriding != operator for enum OperatingSystemType |