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