ConfigurationSnapshotStatus 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 ConfigurationSnapshotStatus : IEquatable<Azure.Data.AppConfiguration.ConfigurationSnapshotStatus>
type ConfigurationSnapshotStatus = struct
Public Structure ConfigurationSnapshotStatus
Implements IEquatable(Of ConfigurationSnapshotStatus)
- Inheritance
-
ConfigurationSnapshotStatus
- Implements
Constructors
ConfigurationSnapshotStatus(String) |
Initializes a new instance of ConfigurationSnapshotStatus. |
Properties
Archived |
archived. |
Failed |
failed. |
Provisioning |
provisioning. |
Ready |
ready. |
Methods
Equals(ConfigurationSnapshotStatus) |
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(ConfigurationSnapshotStatus, ConfigurationSnapshotStatus) |
Determines if two ConfigurationSnapshotStatus values are the same. |
Implicit(String to ConfigurationSnapshotStatus) |
Converts a string to a ConfigurationSnapshotStatus. |
Inequality(ConfigurationSnapshotStatus, ConfigurationSnapshotStatus) |
Determines if two ConfigurationSnapshotStatus values are not the same. |
Applies to
Azure SDK for .NET