Freigeben über


TopicsOperationsExtensions.RegenerateKeysAsync Methode

Definition

Generiert primäre oder sekundäre Verbindungszeichenfolgen für das Thema. https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Fluent.Models.ResourceListKeysInner> RegenerateKeysAsync (this Microsoft.Azure.Management.ServiceBus.Fluent.ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName, string authorizationRuleName, Microsoft.Azure.Management.ServiceBus.Fluent.Models.Policykey? policykey = default, System.Threading.CancellationToken cancellationToken = default);
static member RegenerateKeysAsync : Microsoft.Azure.Management.ServiceBus.Fluent.ITopicsOperations * 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 ITopicsOperations, resourceGroupName As String, namespaceName As String, topicName As String, authorizationRuleName As String, Optional policykey As Nullable(Of Policykey) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceListKeysInner)

Parameter

operations
ITopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

topicName
String

Der Name des Themas.

authorizationRuleName
String

Der Name des Autorisierungsrules.

policykey
Nullable<Policykey>

Schlüssel, der neu generiert werden muss. Mögliche Werte: "PrimaryKey", "SecondaryKey"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: