次の方法で共有


CloneType Struct

Definition

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