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

RoleDisasterRecovery Struct

Definition

role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecoveryTypeConverter))]
public struct RoleDisasterRecovery : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecoveryTypeConverter))>]
type RoleDisasterRecovery = struct
    interface IArgumentCompleter
Public Structure RoleDisasterRecovery
Implements IArgumentCompleter, IEquatable(Of RoleDisasterRecovery)
Inheritance
RoleDisasterRecovery
Attributes
Implements

Fields

Primary
PrimaryNotReplicating
Secondary

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RoleDisasterRecovery (override for Object)

Equals(RoleDisasterRecovery)

Compares values of enum type RoleDisasterRecovery

GetHashCode()

Returns hashCode for enum RoleDisasterRecovery

ToString()

Returns string representation for RoleDisasterRecovery

Operators

Equality(RoleDisasterRecovery, RoleDisasterRecovery)

Overriding == operator for enum RoleDisasterRecovery

Implicit(RoleDisasterRecovery to String)

Implicit operator to convert RoleDisasterRecovery to string

Implicit(String to RoleDisasterRecovery)

Implicit operator to convert string to RoleDisasterRecovery

Inequality(RoleDisasterRecovery, RoleDisasterRecovery)

Overriding != operator for enum RoleDisasterRecovery

Applies to