ArmDisasterRecovery Class

Definition

Single item in List or Get Alias(Disaster Recovery configuration) operation

[Microsoft.Rest.Serialization.JsonTransformation]
public class ArmDisasterRecovery : Microsoft.Azure.Management.EventHub.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ArmDisasterRecovery = class
    inherit ProxyResource
Public Class ArmDisasterRecovery
Inherits ProxyResource
Inheritance
ArmDisasterRecovery
Attributes

Constructors

ArmDisasterRecovery()

Initializes a new instance of the ArmDisasterRecovery class.

ArmDisasterRecovery(String, String, String, String, Nullable<ProvisioningStateDR>, String, String, Nullable<RoleDisasterRecovery>, Nullable<Int64>, SystemData)

Initializes a new instance of the ArmDisasterRecovery class.

Properties

AlternateName

Gets or sets alternate name specified when alias and namespace names are same.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from ProxyResource)
Location

Gets the geo-location where the resource lives

(Inherited from ProxyResource)
Name

Gets the name of the resource

(Inherited from ProxyResource)
PartnerNamespace

Gets or sets ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing

PendingReplicationOperationsCount

Gets number of entities pending to be replicated.

ProvisioningState

Gets provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'. Possible values include: 'Accepted', 'Succeeded', 'Failed'

Role

Gets role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Possible values include: 'Primary', 'PrimaryNotReplicating', 'Secondary'

SystemData

Gets the system meta data relating to this resource.

Type

Gets the type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

(Inherited from ProxyResource)

Applies to