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

ImageType Struct

Definition

Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images.

public readonly struct ImageType : IEquatable<Azure.ResourceManager.MachineLearning.Models.ImageType>
type ImageType = struct
Public Structure ImageType
Implements IEquatable(Of ImageType)
Inheritance
ImageType
Implements

Constructors

ImageType(String)

Initializes a new instance of ImageType.

Properties

AzureML

azureml.

Docker

docker.

Methods

Equals(ImageType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ImageType, ImageType)

Determines if two ImageType values are the same.

Implicit(String to ImageType)

Converts a string to a ImageType.

Inequality(ImageType, ImageType)

Determines if two ImageType values are not the same.

Applies to