-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathRelayHybridConnectionUpdate.json
More file actions
31 lines (31 loc) · 1.46 KB
/
RelayHybridConnectionUpdate.json
File metadata and controls
31 lines (31 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"parameters": {
"hybridConnectionName": "sdk-Relay-Hybrid-01",
"namespaceName": "sdk-RelayNamespace-01",
"resourceGroupName": "RG-eg",
"api-version": "2016-07-01",
"subscriptionId": "8c246e6a-cbc6-4a87-aff1-d6a886f376ef",
"parameters": {
"properties": {
"requiresClientAuthorization": true
},
"location": "West US",
"userMetadata": "usermetadata is a placeholder to store user-defined string data for the HybridConnection endpoint.e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored."
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/8c246e6a-cbc6-4a87-aff1-d6a886f376ef/resourceGroups/RG-eg/providers/Microsoft.Relay/namespaces/sdk-RelayNamespace-01/HybridConnections/sdk-Relay-Hybrid-01",
"name": "sdk-Relay-Hybrid-01",
"type": "Microsoft.Relay/Namespaces/HybridConnections",
"properties": {
"createdAt": "2017-01-23T20:34: 49.4131724Z",
"updatedAt": "2017-01-23T20:34: 49.4131724Z",
"requiresClientAuthorization": true,
"userMetadata": "usermetadata is a placeholder to store user-defined string data for the HybridConnection endpoint.e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored."
}
}
}
}
}