你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WCF Relays - List Keys
Primary and secondary connection strings to the WCF relay.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules/{authorizationRuleName}/listKeys?api-version=2024-01-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
authorization
|
path | True |
string |
The authorization rule name. |
namespace
|
path | True |
string |
The namespace name |
relay
|
path | True |
string |
The relay name. |
resource
|
path | True |
string |
Name of the Resource group within the Azure subscription. |
subscription
|
path | True |
string |
Subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
api-version
|
query | True |
string |
Client API version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Successful. |
|
Other Status Codes |
Relay error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
RelayAuthorizationRuleListKey.json
Sample request
POST https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/resourcegroup/providers/Microsoft.Relay/namespaces/example-RelayNamespace-01/wcfRelays/example-Relay-wcf-01/authorizationRules/example-RelayAuthRules-01/listKeys?api-version=2024-01-01
Sample response
{
"primaryConnectionString": "Endpoint=sb://example-Relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=example-RelayAuthRules-01;SharedAccessKey=############################################",
"secondaryConnectionString": "Endpoint=sb://example-Relaynamespace-01.servicebus.windows.net/;SharedAccessKeyName=example-RelayAuthRules-01;SharedAccessKey=############################################",
"primaryKey": "############################################",
"secondaryKey": "############################################",
"keyName": "example-RelayAuthRules-01"
}
Definitions
Name | Description |
---|---|
Access |
Namespace/Relay Connection String |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
AccessKeys
Namespace/Relay Connection String
Name | Type | Description |
---|---|---|
keyName |
string |
A string that describes the authorization rule. |
primaryConnectionString |
string |
Primary connection string of the created namespace authorization rule. |
primaryKey |
string |
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
secondaryConnectionString |
string |
Secondary connection string of the created namespace authorization rule. |
secondaryKey |
string |
A base64-encoded 256-bit secondary key for signing and validating the SAS token. |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |