NamespacesOperationsExtensions.RegenerateKeysAsync 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.
Regenerates the primary or secondary connection strings for the namespace. https://msdn.microsoft.com/en-us/library/azure/mt718977.aspx
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Fluent.Models.ResourceListKeysInner> RegenerateKeysAsync (this Microsoft.Azure.Management.ServiceBus.Fluent.INamespacesOperations operations, string resourceGroupName, string namespaceName, string authorizationRuleName, Microsoft.Azure.Management.ServiceBus.Fluent.Models.Policykey? policykey = default, System.Threading.CancellationToken cancellationToken = default);
static member RegenerateKeysAsync : Microsoft.Azure.Management.ServiceBus.Fluent.INamespacesOperations * 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 INamespacesOperations, resourceGroupName As String, namespaceName As String, authorizationRuleName As String, Optional policykey As Nullable(Of Policykey) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceListKeysInner)
Parameters
- operations
- INamespacesOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the Resource group within the Azure subscription.
- namespaceName
- String
The namespace name
- authorizationRuleName
- String
The authorizationrule name.
Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey'
- cancellationToken
- CancellationToken
The cancellation token.