ArmDisasterRecovery Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Single item in List or Get Alias(Disaster Recovery configuration) operation
[Microsoft.Rest.Serialization.JsonTransformation]
public class ArmDisasterRecovery : Microsoft.Azure.Management.ServiceBus.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ArmDisasterRecovery = class
inherit ProxyResource
Public Class ArmDisasterRecovery
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ArmDisasterRecovery() |
Initializes a new instance of the ArmDisasterRecovery class. |
ArmDisasterRecovery(String, String, String, String, String, Nullable<Int64>, String, String, String, SystemData) |
Initializes a new instance of the ArmDisasterRecovery class. |
Properties
AlternateName |
Gets or sets primary/Secondary eventhub namespace name, which is part of GEO DR pairing |
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
Azure SDK for .NET