ComputeGalleryValidationStatus Struct

Definition

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

Name Description
ComputeGalleryValidationStatus(String)

Initializes a new instance of ComputeGalleryValidationStatus.

Properties

Name Description
Failed

Gets the Failed.

Succeeded

Gets the Succeeded.

Unknown

Gets the Unknown.

Methods

Name Description
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

Name Description
Equality(ComputeGalleryValidationStatus, ComputeGalleryValidationStatus)

Determines if two ComputeGalleryValidationStatus values are the same.

Implicit(String to ComputeGalleryValidationStatus)

Converts a string to a ComputeGalleryValidationStatus.

Implicit(String to Nullable<ComputeGalleryValidationStatus>)
Inequality(ComputeGalleryValidationStatus, ComputeGalleryValidationStatus)

Determines if two ComputeGalleryValidationStatus values are not the same.

Applies to