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