UnderlyingResourceAction 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.
Argument completer implementation for UnderlyingResourceAction.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceActionTypeConverter))]
public struct UnderlyingResourceAction : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceActionTypeConverter))>]
type UnderlyingResourceAction = struct
interface IArgumentCompleter
Public Structure UnderlyingResourceAction
Implements IArgumentCompleter, IEquatable(Of UnderlyingResourceAction)
- Inheritance
-
UnderlyingResourceAction
- Attributes
- Implements
Fields
Delete | |
Detach |
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 UnderlyingResourceAction (override for Object) |
Equals(UnderlyingResourceAction) |
Compares values of enum type UnderlyingResourceAction |
GetHashCode() |
Returns hashCode for enum UnderlyingResourceAction |
ToString() |
Returns string representation for UnderlyingResourceAction |
Operators
Equality(UnderlyingResourceAction, UnderlyingResourceAction) |
Overriding == operator for enum UnderlyingResourceAction |
Implicit(String to UnderlyingResourceAction) |
Implicit operator to convert string to UnderlyingResourceAction |
Implicit(UnderlyingResourceAction to String) |
Implicit operator to convert UnderlyingResourceAction to string |
Inequality(UnderlyingResourceAction, UnderlyingResourceAction) |
Overriding != operator for enum UnderlyingResourceAction |