你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClusterPurpose Struct

Definition

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

Applies to