-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathprivateLinkServicesForPowerBI_UpdatePrivateEndpointConnectionStatus.json
41 lines (41 loc) · 1.61 KB
/
privateLinkServicesForPowerBI_UpdatePrivateEndpointConnectionStatus.json
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
37
38
39
40
41
{
"parameters": {
"subscriptionId": "a0020869-4d28-422a-89f4-c2413130d73c",
"resourceGroupName": "resourceGroup",
"azureResourceName": "azureResourceName",
"privateEndpointName": "myPrivateEndpointName",
"privateEndpointGuid": "58ffb8de-89ad-41eb-9f8f-de0a7db9d721",
"api-version": "2020-06-01",
"body": {
"properties": {
"privateEndpoint": {
"id": "/subscriptions/a0020869-4d28-422a-89f4-c2413130d73c/resourceGroups/resourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpointName"
},
"privateLinkServiceConnectionState": {
"status": "Approved ",
"description": "",
"actionsRequired": "None"
}
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/a0020869-4d28-422a-89f4-c2413130d73c/resourceGroups/resourceGroup/providers/Microsoft.PowerBI/privateLinkServicesForPowerBI/azureResourceName/privateEndpointConnections/myPrivateEndpointName.58ffb8de-89ad-41eb-9f8f-de0a7db9d721",
"name": "myPrivateEndpointName.58ffb8de-89ad-41eb-9f8f-de0a7db9d721",
"type": "Microsoft.PowerBI/privateLinkServicesForPowerBI/privateEndpointConnections",
"properties": {
"privateEndpoint": {
"id": "/subscriptions/a0020869-4d28-422a-89f4-c2413130d73c/resourceGroups/resourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpointName"
},
"privateLinkServiceConnectionState": {
"status": "Approved ",
"description": "",
"actionsRequired": "None"
}
}
}
}
}
}