AutonomousDatabaseBackupType 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.
Autonomous database backup type enum.
public readonly struct AutonomousDatabaseBackupType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseBackupType>
type AutonomousDatabaseBackupType = struct
Public Structure AutonomousDatabaseBackupType
Implements IEquatable(Of AutonomousDatabaseBackupType)
- Inheritance
-
AutonomousDatabaseBackupType
- Implements
Constructors
AutonomousDatabaseBackupType(String) |
Initializes a new instance of AutonomousDatabaseBackupType. |
Properties
Full |
Full backup. |
Incremental |
Incremental backup. |
LongTerm |
LongTerm backup. |
Methods
Equals(AutonomousDatabaseBackupType) |
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(AutonomousDatabaseBackupType, AutonomousDatabaseBackupType) |
Determines if two AutonomousDatabaseBackupType values are the same. |
Implicit(String to AutonomousDatabaseBackupType) |
Converts a string to a AutonomousDatabaseBackupType. |
Inequality(AutonomousDatabaseBackupType, AutonomousDatabaseBackupType) |
Determines if two AutonomousDatabaseBackupType values are not the same. |
Applies to
Azure SDK for .NET