PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName}/?api-version=2023-10-02
Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection.
Servers
- https://management.azure.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
diskAccessName |
String | Yes |
The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters. |
privateEndpointConnectionName |
String | Yes |
The name of the private endpoint connection. |
subscriptionId |
String | Yes |
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
resourceGroupName |
String | Yes |
The name of the resource group. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
id |
String | No |
private endpoint connection Id |
name |
String | No |
private endpoint connection name |
properties |
Object | No |
Properties of the PrivateEndpointConnectProperties. |
properties.provisioningState |
String | No |
The current provisioning state. Possible values:
|
properties.privateLinkServiceConnectionState |
Object | Yes |
A collection of information about the state of the connection between service consumer and provider. |
properties.privateLinkServiceConnectionState.description |
String | No |
The reason for approval/rejection of the connection. |
properties.privateLinkServiceConnectionState.actionsRequired |
String | No |
A message indicating if changes on the service provider require any updates on the consumer. |
properties.privateLinkServiceConnectionState.status |
String | No |
The private endpoint connection status. Possible values:
|
properties.privateEndpoint |
Object | No |
The Private Endpoint resource. |
properties.privateEndpoint.id |
String | No |
The ARM identifier for Private Endpoint |
type |
String | No |
private endpoint connection type |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.