Condividi tramite


ArmDisasterRecovery Constructors

Definition

Overloads

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.

ArmDisasterRecovery()

Initializes a new instance of the ArmDisasterRecovery class.

public ArmDisasterRecovery ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ArmDisasterRecovery class.

public ArmDisasterRecovery (string id = default, string name = default, string type = default, string location = default, string provisioningState = default, long? pendingReplicationOperationsCount = default, string partnerNamespace = default, string alternateName = default, string role = default, Microsoft.Azure.Management.ServiceBus.Models.SystemData systemData = default);
new Microsoft.Azure.Management.ServiceBus.Models.ArmDisasterRecovery : string * string * string * string * string * Nullable<int64> * string * string * string * Microsoft.Azure.Management.ServiceBus.Models.SystemData -> Microsoft.Azure.Management.ServiceBus.Models.ArmDisasterRecovery
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional provisioningState As String = Nothing, Optional pendingReplicationOperationsCount As Nullable(Of Long) = Nothing, Optional partnerNamespace As String = Nothing, Optional alternateName As String = Nothing, Optional role As String = Nothing, Optional systemData As SystemData = Nothing)

Parameters

id
String

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

name
String

The name of the resource

type
String

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

location
String

The geo-location where the resource lives

provisioningState
String

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

pendingReplicationOperationsCount
Nullable<Int64>

Number of entities pending to be replicated.

partnerNamespace
String

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

alternateName
String

Primary/Secondary eventhub namespace name, which is part of GEO DR pairing

role
String

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

systemData
SystemData

The system meta data relating to this resource.

Applies to