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