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