BackupFileStatus 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.
An enumeration of Status of the log backup file.
public readonly struct BackupFileStatus : IEquatable<Azure.ResourceManager.DataMigration.Models.BackupFileStatus>
type BackupFileStatus = struct
Public Structure BackupFileStatus
Implements IEquatable(Of BackupFileStatus)
- Inheritance
-
BackupFileStatus
- Implements
Constructors
BackupFileStatus(String) |
Initializes a new instance of BackupFileStatus. |
Properties
Arrived |
Arrived. |
Cancelled |
Cancelled. |
Queued |
Queued. |
Restored |
Restored. |
Restoring |
Restoring. |
Uploaded |
Uploaded. |
Uploading |
Uploading. |
Methods
Equals(BackupFileStatus) |
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(BackupFileStatus, BackupFileStatus) |
Determines if two BackupFileStatus values are the same. |
Implicit(String to BackupFileStatus) |
Converts a string to a BackupFileStatus. |
Inequality(BackupFileStatus, BackupFileStatus) |
Determines if two BackupFileStatus values are not the same. |
Applies to
Azure SDK for .NET