DisasterRecoveryConfigsOperationsExtensions.CreateOrUpdateAsync Method
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.
Creates or updates a new Alias(Disaster Recovery configuration)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery> CreateOrUpdateAsync (this Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, string partnerNamespace = default, string alternateName = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDisasterRecoveryConfigsOperations, resourceGroupName As String, namespaceName As String, alias As String, Optional partnerNamespace As String = Nothing, Optional alternateName As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET