ImageState Struct

Definition

Describes the state of the image.

public readonly struct ImageState : IEquatable<Azure.ResourceManager.Compute.Models.ImageState>
type ImageState = struct
Public Structure ImageState
Implements IEquatable(Of ImageState)
Inheritance
ImageState
Implements

Constructors

ImageState(String)

Initializes a new instance of ImageState.

Properties

Active

Active.

Deprecated

Deprecated.

ScheduledForDeprecation

ScheduledForDeprecation.

Methods

Equals(ImageState)

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(ImageState, ImageState)

Determines if two ImageState values are the same.

Implicit(String to ImageState)

Converts a string to a ImageState.

Inequality(ImageState, ImageState)

Determines if two ImageState values are not the same.

Applies to