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

EndpointComputeType Struct

Definition

Enum to determine endpoint compute type.

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

Fields

Name Description
AzureMlCompute
Kubernetes
Managed

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(EndpointComputeType)

Compares values of enum type EndpointComputeType

Equals(Object)

Compares values of enum type EndpointComputeType (override for Object)

GetHashCode()

Returns hashCode for enum EndpointComputeType

ToString()

Returns string representation for EndpointComputeType

Operators

Name Description
Equality(EndpointComputeType, EndpointComputeType)

Overriding == operator for enum EndpointComputeType

Implicit(EndpointComputeType to String)

Implicit operator to convert EndpointComputeType to string

Implicit(String to EndpointComputeType)

Implicit operator to convert string to EndpointComputeType

Inequality(EndpointComputeType, EndpointComputeType)

Overriding != operator for enum EndpointComputeType

Applies to