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