Share via


ImageVerificationType Struct

Definition

ImageVerificationType enums.

public readonly struct ImageVerificationType : IEquatable<Azure.Compute.Batch.ImageVerificationType>
type ImageVerificationType = struct
Public Structure ImageVerificationType
Implements IEquatable(Of ImageVerificationType)
Inheritance
ImageVerificationType
Implements

Constructors

Name Description
ImageVerificationType(String)

Initializes a new instance of ImageVerificationType.

Properties

Name Description
Unverified

The associated Compute Node agent SKU should have binary compatibility with the Image, but specific functionality has not been verified.

Verified

The Image is guaranteed to be compatible with the associated Compute Node agent SKU and all Batch features have been confirmed to work as expected.

Methods

Name Description
Equals(ImageVerificationType)

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(ImageVerificationType, ImageVerificationType)

Determines if two ImageVerificationType values are the same.

Implicit(String to ImageVerificationType)

Converts a String to a ImageVerificationType.

Inequality(ImageVerificationType, ImageVerificationType)

Determines if two ImageVerificationType values are not the same.

Applies to