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

OperationType Struct

Definition

The intended operation for a cluster.

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

Fields

ClusterProvisioning

Cluster provisioning operation.

ClusterUpgrade

Cluster upgrade operation.

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

Equals(OperationType)

Compares values of enum type OperationType

GetHashCode()

Returns hashCode for enum OperationType

ToString()

Returns string representation for OperationType

Operators

Equality(OperationType, OperationType)

Overriding == operator for enum OperationType

Implicit(OperationType to String)

Implicit operator to convert OperationType to string

Implicit(String to OperationType)

Implicit operator to convert string to OperationType

Inequality(OperationType, OperationType)

Overriding != operator for enum OperationType

Applies to