GalleryProvisioningState Struct

Definition

The provisioning state, which only appears in the response.

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

Constructors

Name Description
GalleryProvisioningState(String)

Initializes a new instance of GalleryProvisioningState.

Properties

Name Description
Creating

Gets the Creating.

Deleting

Gets the Deleting.

Failed

Gets the Failed.

Migrating

Gets the Migrating.

Succeeded

Gets the Succeeded.

Updating

Gets the Updating.

Methods

Name Description
Equals(GalleryProvisioningState)

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

Determines if two GalleryProvisioningState values are the same.

Implicit(String to GalleryProvisioningState)

Converts a string to a GalleryProvisioningState.

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

Determines if two GalleryProvisioningState values are not the same.

Applies to