AppConfigurationSnapshotStatus Struct

Definition

The current status of the snapshot.

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

Constructors

AppConfigurationSnapshotStatus(String)

Initializes a new instance of AppConfigurationSnapshotStatus.

Properties

Archived

Archived.

Failed

Failed.

Provisioning

Provisioning.

Ready

Ready.

Methods

Equals(AppConfigurationSnapshotStatus)

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

Determines if two AppConfigurationSnapshotStatus values are the same.

Implicit(String to AppConfigurationSnapshotStatus)

Converts a String to a AppConfigurationSnapshotStatus.

Inequality(AppConfigurationSnapshotStatus, AppConfigurationSnapshotStatus)

Determines if two AppConfigurationSnapshotStatus values are not the same.

Applies to