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

ComputeType Struct

Definition

The type of compute

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTypeTypeConverter))]
public struct ComputeType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTypeTypeConverter))>]
type ComputeType = struct
    interface IArgumentCompleter
Public Structure ComputeType
Implements IArgumentCompleter, IEquatable(Of ComputeType)
Inheritance
ComputeType
Attributes
Implements

Fields

Aks
AmlCompute
ComputeInstance
Databricks
DataFactory
DataLakeAnalytics
HdInsight
Kubernetes
SynapseSpark
VirtualMachine

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ComputeType)

Compares values of enum type ComputeType

Equals(Object)

Compares values of enum type ComputeType (override for Object)

GetHashCode()

Returns hashCode for enum ComputeType

ToString()

Returns string representation for ComputeType

Operators

Equality(ComputeType, ComputeType)

Overriding == operator for enum ComputeType

Implicit(ComputeType to String)

Implicit operator to convert ComputeType to string

Implicit(String to ComputeType)

Implicit operator to convert string to ComputeType

Inequality(ComputeType, ComputeType)

Overriding != operator for enum ComputeType

Applies to