次の方法で共有


OperatingSystemStateTypes Struct

Definition

This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypesTypeConverter))]
public struct OperatingSystemStateTypes : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypes>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypesTypeConverter))>]
type OperatingSystemStateTypes = struct
    interface IArgumentCompleter
Public Structure OperatingSystemStateTypes
Implements IArgumentCompleter, IEquatable(Of OperatingSystemStateTypes)
Inheritance
OperatingSystemStateTypes
Attributes
Implements

Fields

Generalized
Specialized

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 OperatingSystemStateTypes (override for Object)

Equals(OperatingSystemStateTypes)

Compares values of enum type OperatingSystemStateTypes

GetHashCode()

Returns hashCode for enum OperatingSystemStateTypes

ToString()

Returns string representation for OperatingSystemStateTypes

Operators

Equality(OperatingSystemStateTypes, OperatingSystemStateTypes)

Overriding == operator for enum OperatingSystemStateTypes

Implicit(OperatingSystemStateTypes to String)

Implicit operator to convert OperatingSystemStateTypes to string

Implicit(String to OperatingSystemStateTypes)

Implicit operator to convert string to OperatingSystemStateTypes

Inequality(OperatingSystemStateTypes, OperatingSystemStateTypes)

Overriding != operator for enum OperatingSystemStateTypes

Applies to