DisasterRecoveryConfigsOperationsExtensions.ListKeysAsync Method

Definition

Gets the primary and secondary connection strings for the namespace. https://msdn.microsoft.com/en-us/library/azure/mt639398.aspx

C#
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Models.AccessKeys> ListKeysAsync(this Microsoft.Azure.Management.ServiceBus.IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);

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

authorizationRuleName
String

The authorization rule name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to

Product Versions
Azure SDK for .NET Legacy