ImageState 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.
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
Azure SDK for .NET