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
| Name | Description |
|---|---|
| AutonomousDatabaseCloneType(String) |
Initializes a new instance of AutonomousDatabaseCloneType. |
Properties
| Name | Description |
|---|---|
| Full |
Full clone. |
| Metadata |
Metadata only. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |