Share via


QueuesOperationsExtensions.RegenerateKeysAsync Method

Definition

Regenerates the primary or secondary connection strings to the queue. https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Fluent.Models.ResourceListKeysInner> RegenerateKeysAsync (this Microsoft.Azure.Management.ServiceBus.Fluent.IQueuesOperations operations, string resourceGroupName, string namespaceName, string queueName, string authorizationRuleName, Microsoft.Azure.Management.ServiceBus.Fluent.Models.Policykey? policykey = default, System.Threading.CancellationToken cancellationToken = default);
static member RegenerateKeysAsync : Microsoft.Azure.Management.ServiceBus.Fluent.IQueuesOperations * string * string * string * string * Nullable<Microsoft.Azure.Management.ServiceBus.Fluent.Models.Policykey> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Fluent.Models.ResourceListKeysInner>
<Extension()>
Public Function RegenerateKeysAsync (operations As IQueuesOperations, resourceGroupName As String, namespaceName As String, queueName As String, authorizationRuleName As String, Optional policykey As Nullable(Of Policykey) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceListKeysInner)

Parameters

operations
IQueuesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

namespaceName
String

The namespace name

queueName
String

The queue name.

authorizationRuleName
String

The authorizationrule name.

policykey
Nullable<Policykey>

Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey'

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to