Udostępnij przez


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

Name Description
ImageState(String)

Initializes a new instance of ImageState.

Properties

Name Description
Active

Active.

Deprecated

Deprecated.

ScheduledForDeprecation

ScheduledForDeprecation.

Methods

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

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