Compartir a través de


WCFRelaysOperationsExtensions.ListKeys Método

Definición

ConnectionStrings principal y secundario a WCFRelays.

public static Microsoft.Azure.Management.Relay.Models.AccessKeys ListKeys (this Microsoft.Azure.Management.Relay.IWCFRelaysOperations operations, string resourceGroupName, string namespaceName, string relayName, string authorizationRuleName);
static member ListKeys : Microsoft.Azure.Management.Relay.IWCFRelaysOperations * string * string * string * string -> Microsoft.Azure.Management.Relay.Models.AccessKeys
<Extension()>
Public Function ListKeys (operations As IWCFRelaysOperations, resourceGroupName As String, namespaceName As String, relayName As String, authorizationRuleName As String) As AccessKeys

Parámetros

operations
IWCFRelaysOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos dentro de la suscripción de Azure.

namespaceName
String

El nombre del espacio de nombres

relayName
String

El nombre de la retransmisión

authorizationRuleName
String

Nombre de authorizationRule.

Devoluciones

Se aplica a