{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-cosmos-db-privateendpointconnection","description":"Cosmos DB","version":"2019-08-01-preview","base_url":"https://management.azure.com","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Cosmos DB\n@base https://management.azure.com\n@version 2019-08-01-preview\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections\n@desc List all private endpoint connections on a Cosmos DB account.\n@required {accountName: any # Cosmos DB database account name.}\n@returns(200) Successfully retrieved private endpoint connections.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\n@desc Gets a private endpoint connection.\n@required {accountName: any # Cosmos DB database account name., privateEndpointConnectionName: any # The name of the private endpoint connection.}\n@returns(200) Successfully retrieved a specified private endpoint connection.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\n@desc Approve or reject a private endpoint connection with a given name.\n@required {accountName: any # Cosmos DB database account name., privateEndpointConnectionName: any # The name of the private endpoint connection., parameters: map}\n@returns(200) Successfully approved or rejected private endpoint connection.\n@returns(202) Accepted. The private endpoint connection update will complete asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\n@desc Deletes a private endpoint connection with a given name.\n@required {accountName: any # Cosmos DB database account name., privateEndpointConnectionName: any # The name of the private endpoint connection.}\n@returns(202) Accepted. The private endpoint connection delete will complete asynchronously.\n@returns(204) Private endpoint connection does not exist.\n\n@end\n"}