ImageVerificationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. ImageVerificationType
- com.
- com.
public final class ImageVerificationType
extends ExpandableStringEnum<ImageVerificationType>
ImageVerificationType enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Image |
UNVERIFIED
The associated Compute Node agent SKU should have binary compatibility with the Image, but specific functionality has not been verified. |
|
static final
Image |
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 Image |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Image |
fromString(String name)
Creates or finds a Image |
|
static
Collection<Image |
values()
Gets known Image |
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
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:
Returns:
values
public static Collection<ImageVerificationType> values()
Gets known ImageVerificationType values.
Returns: