-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathSignalRCustomDomains_CreateOrUpdate.json
More file actions
36 lines (36 loc) · 1.46 KB
/
SignalRCustomDomains_CreateOrUpdate.json
File metadata and controls
36 lines (36 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
32
33
34
35
36
{
"parameters": {
"parameters": {
"properties": {
"domainName": "example.com",
"customCertificate": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/customCertificates/myCert"
}
}
},
"api-version": "2023-06-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"resourceName": "mySignalRService",
"name": "myDomain"
},
"responses": {
"201": {
"body": {
"properties": {
"provisioningState": "Succeeded",
"domainName": "example.com",
"customCertificate": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/customCertificates/myCert"
}
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/customDomains/myDomain",
"name": "myDomain"
},
"headers": {
"Location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult...",
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus..."
}
}
}
}