MountAction 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.
Mount Action.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountActionTypeConverter))]
public struct MountAction : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountAction>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountActionTypeConverter))>]
type MountAction = struct
interface IArgumentCompleter
Public Structure MountAction
Implements IArgumentCompleter, IEquatable(Of MountAction)
- Inheritance
-
MountAction
- Attributes
- Implements
Fields
Mount | |
Unmount |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(MountAction) |
Compares values of enum type MountAction |
Equals(Object) |
Compares values of enum type MountAction (override for Object) |
GetHashCode() |
Returns hashCode for enum MountAction |
ToString() |
Returns string representation for MountAction |
Operators
Equality(MountAction, MountAction) |
Overriding == operator for enum MountAction |
Implicit(MountAction to String) |
Implicit operator to convert MountAction to string |
Implicit(String to MountAction) |
Implicit operator to convert string to MountAction |
Inequality(MountAction, MountAction) |
Overriding != operator for enum MountAction |