Freigeben über


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

Name Description
ImageType(String)

Initializes a new instance of ImageType.

Properties

Name Description
AzureML

azureml.

Docker

docker.

Methods

Name Description
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

Name Description
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