DisasterRecoveryConfigsOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates a new Alias(Disaster Recovery configuration)

public static Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery CreateOrUpdate (this Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, string partnerNamespace = default, string alternateName = default);
static member CreateOrUpdate : Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations * string * string * string * string * string -> Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery
<Extension()>
Public Function CreateOrUpdate (operations As IDisasterRecoveryConfigsOperations, resourceGroupName As String, namespaceName As String, alias As String, Optional partnerNamespace As String = Nothing, Optional alternateName As String = Nothing) As ArmDisasterRecovery

Parameters

operations
IDisasterRecoveryConfigsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

namespaceName
String

The Namespace name

alias
String

The Disaster Recovery configuration name

partnerNamespace
String

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

alternateName
String

Alternate name specified when alias and namespace names are same.

Returns

Applies to