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

ContainerType Struct

Definition

Argument completer implementation for ContainerType.

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

Fields

InferenceServer
StorageInitializer

Methods

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

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

Equals(ContainerType)

Compares values of enum type ContainerType

Equals(Object)

Compares values of enum type ContainerType (override for Object)

GetHashCode()

Returns hashCode for enum ContainerType

ToString()

Returns string representation for ContainerType

Operators

Equality(ContainerType, ContainerType)

Overriding == operator for enum ContainerType

Implicit(ContainerType to String)

Implicit operator to convert ContainerType to string

Implicit(String to ContainerType)

Implicit operator to convert string to ContainerType

Inequality(ContainerType, ContainerType)

Overriding != operator for enum ContainerType

Applies to