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