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

OperatingSystemTypes Struct

Definition

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

Applies to