ComputeGalleryValidationStatus 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.
This property specifies the status of the validationProfile of the image version.
public readonly struct ComputeGalleryValidationStatus : IEquatable<Azure.ResourceManager.Compute.Models.ComputeGalleryValidationStatus>
type ComputeGalleryValidationStatus = struct
Public Structure ComputeGalleryValidationStatus
Implements IEquatable(Of ComputeGalleryValidationStatus)
- Inheritance
-
ComputeGalleryValidationStatus
- Implements
Constructors
ComputeGalleryValidationStatus(String) |
Initializes a new instance of ComputeGalleryValidationStatus. |
Properties
Failed |
Failed. |
Succeeded |
Succeeded. |
Unknown |
Unknown. |
Methods
Equals(ComputeGalleryValidationStatus) |
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(ComputeGalleryValidationStatus, ComputeGalleryValidationStatus) |
Determines if two ComputeGalleryValidationStatus values are the same. |
Implicit(String to ComputeGalleryValidationStatus) |
Converts a String to a ComputeGalleryValidationStatus. |
Inequality(ComputeGalleryValidationStatus, ComputeGalleryValidationStatus) |
Determines if two ComputeGalleryValidationStatus values are not the same. |