Sdílet prostřednictvím


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