你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DisasterRecoveryType Struct

Definition

Disaster recovery type enum.

public readonly struct DisasterRecoveryType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.DisasterRecoveryType>
type DisasterRecoveryType = struct
Public Structure DisasterRecoveryType
Implements IEquatable(Of DisasterRecoveryType)
Inheritance
DisasterRecoveryType
Implements

Constructors

DisasterRecoveryType(String)

Initializes a new instance of DisasterRecoveryType.

Properties

Adg

ADG type.

BackupBased

Backup based type.

Methods

Equals(DisasterRecoveryType)

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(DisasterRecoveryType, DisasterRecoveryType)

Determines if two DisasterRecoveryType values are the same.

Implicit(String to DisasterRecoveryType)

Converts a string to a DisasterRecoveryType.

Inequality(DisasterRecoveryType, DisasterRecoveryType)

Determines if two DisasterRecoveryType values are not the same.

Applies to