ImageVerificationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ImageVerificationType(String) |
Initializes a new instance of ImageVerificationType. |
Properties
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
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
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
Azure SDK for .NET