ReferenceType 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.
Enum to determine which reference method to use for an asset.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceTypeTypeConverter))]
public struct ReferenceType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceTypeTypeConverter))>]
type ReferenceType = struct
interface IArgumentCompleter
Public Structure ReferenceType
Implements IArgumentCompleter, IEquatable(Of ReferenceType)
- Inheritance
-
ReferenceType
- Attributes
- Implements
Fields
DataPath | |
Id | |
OutputPath |
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 ReferenceType (override for Object) |
Equals(ReferenceType) |
Compares values of enum type ReferenceType |
GetHashCode() |
Returns hashCode for enum ReferenceType |
ToString() |
Returns string representation for ReferenceType |
Operators
Equality(ReferenceType, ReferenceType) |
Overriding == operator for enum ReferenceType |
Implicit(ReferenceType to String) |
Implicit operator to convert ReferenceType to string |
Implicit(String to ReferenceType) |
Implicit operator to convert string to ReferenceType |
Inequality(ReferenceType, ReferenceType) |
Overriding != operator for enum ReferenceType |