VerificationType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.batch.protocol.models.VerificationType

public enum VerificationType
extends Enum<VerificationType>

Defines values for VerificationType.

Fields

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 inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static VerificationType fromString(String value)

Parses a serialized value to a VerificationType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed VerificationType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static VerificationType valueOf(String name)

Parameters

name
String

Returns

values()

public static VerificationType[] values()

Returns

Applies to