你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperatingSystemType Struct

Definition

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

Applies to