共用方式為


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

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.

Applies to