OperationType 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.
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 |