OperationName 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.
Name of the last operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationNameTypeConverter))]
public struct OperationName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationNameTypeConverter))>]
type OperationName = struct
interface IArgumentCompleter
Public Structure OperationName
Implements IArgumentCompleter, IEquatable(Of OperationName)
- Inheritance
-
OperationName
- Attributes
- Implements
Fields
Create | |
Delete | |
Reimage | |
Restart | |
Start | |
Stop |
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 OperationName (override for Object) |
Equals(OperationName) |
Compares values of enum type OperationName |
GetHashCode() |
Returns hashCode for enum OperationName |
ToString() |
Returns string representation for OperationName |
Operators
Equality(OperationName, OperationName) |
Overriding == operator for enum OperationName |
Implicit(OperationName to String) |
Implicit operator to convert OperationName to string |
Implicit(String to OperationName) |
Implicit operator to convert string to OperationName |
Inequality(OperationName, OperationName) |
Overriding != operator for enum OperationName |