{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-network-privatelinkservice","description":"NetworkManagementClient","version":"2019-07-01","base_url":"https://management.azure.com","endpoints":11,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api NetworkManagementClient\n@base https://management.azure.com\n@version 2019-07-01\n@auth OAuth2\n@endpoints 11\n@toc subscriptions(11)\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}\n@desc Deletes the specified private link service.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Delete successful.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}\n@desc Gets the specified private link service by resource group.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service.}\n@optional {$expand: any # Expands referenced resources.}\n@returns(200) Request successful. The operation returns the resulting PrivateLinkService resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}\n@desc Creates or updates an private link service in the specified resource group.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service., parameters: any # Parameters supplied to the create or update private link service operation.}\n@returns(200) Update successful. The operation returns the resulting privateLinkService resource.\n@returns(201) Create successful. The operation returns the resulting privateLinkService resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices\n@desc Gets all private link services in a resource group.\n@required {resourceGroupName: any # The name of the resource group.}\n@returns(200) Request successful. The operation returns a list of privateLinkService resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/privateLinkServices\n@desc Gets all private link service in a subscription.\n@returns(200) Request successful. The operation returns a list of PrivateLinkService resources.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}\n@desc Approve or reject private end point connection for a private link service in a subscription.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service., peConnectionName: any # The name of the private end point connection., parameters: any # Parameters supplied to approve or reject the private end point connection.}\n@returns(200) Update successful. The operation returns the resulting PrivateEndpointConnection resource.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}\n@desc Delete private end point connection for a private link service in a subscription.\n@required {resourceGroupName: any # The name of the resource group., serviceName: any # The name of the private link service., peConnectionName: any # The name of the private end point connection.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Delete successful.\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility\n@desc Checks whether the subscription is visible to private link service.\n@required {location: any # The location of the domain name., parameters: any # The request body of CheckPrivateLinkService API call.}\n@returns(200) Request successful. Returns whether the subscription is visible to private link service.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility\n@desc Checks whether the subscription is visible to private link service in the specified resource group.\n@required {location: any # The location of the domain name., resourceGroupName: any # The name of the resource group., parameters: any # The request body of CheckPrivateLinkService API call.}\n@returns(200) Request successful. Returns whether the subscription is visible to private link service.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices\n@desc Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.\n@required {location: any # The location of the domain name.}\n@returns(200) Request successful. Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices\n@desc Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.\n@required {location: any # The location of the domain name., resourceGroupName: any # The name of the resource group.}\n@returns(200) Request successful. Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.\n\n@end\n"}