WCFRelaysOperationsExtensions.ListKeysAsync Methode

Definition

Primäre und sekundäre ConnectionStrings für die WCFRelays.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Relay.Models.AccessKeys> ListKeysAsync (this Microsoft.Azure.Management.Relay.IWCFRelaysOperations operations, string resourceGroupName, string namespaceName, string relayName, string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
static member ListKeysAsync : Microsoft.Azure.Management.Relay.IWCFRelaysOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Relay.Models.AccessKeys>
<Extension()>
Public Function ListKeysAsync (operations As IWCFRelaysOperations, resourceGroupName As String, namespaceName As String, relayName As String, authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AccessKeys)

Parameter

operations
IWCFRelaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

relayName
String

Der Relayname

authorizationRuleName
String

Der Name von authorizationRule.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: