ArmDisasterRecoveryInner Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class ArmDisasterRecoveryInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ArmDisasterRecoveryInner = class
    inherit Resource
Public Class ArmDisasterRecoveryInner
Inherits Resource
Inheritance
ArmDisasterRecoveryInner
Attributes

Constructors

ArmDisasterRecoveryInner()

Initializes a new instance of the ArmDisasterRecoveryInner class.

ArmDisasterRecoveryInner(String, String, String, Nullable<ProvisioningStateDR>, String, String, Nullable<RoleDisasterRecovery>, Nullable<Int64>)

Initializes a new instance of the ArmDisasterRecoveryInner class.

Properties

AlternateName

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

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(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'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to