Share via


ImageVerificationType Class

public final class ImageVerificationType
extends ExpandableStringEnum<ImageVerificationType>

ImageVerificationType enums.

Field Summary

Modifier and Type Field and Description
static final ImageVerificationType UNVERIFIED

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

static final ImageVerificationType 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.

Constructor Summary

Constructor Description
ImageVerificationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ImageVerificationType value.

Method Summary

Modifier and Type Method and Description
static ImageVerificationType fromString(String name)

Creates or finds a ImageVerificationType from its string representation.

static Collection<ImageVerificationType> values()

Gets known ImageVerificationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

UNVERIFIED

public static final ImageVerificationType UNVERIFIED

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

VERIFIED

public static final ImageVerificationType 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.

Constructor Details

ImageVerificationType

@Deprecated
public ImageVerificationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ImageVerificationType value.

Method Details

fromString

public static ImageVerificationType fromString(String name)

Creates or finds a ImageVerificationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ImageVerificationType.

values

public static Collection<ImageVerificationType> values()

Gets known ImageVerificationType values.

Returns:

known ImageVerificationType values.

Applies to