Interface PrivateEndpointConnections
public interface PrivateEndpointConnections
Resource collection API of PrivateEndpointConnections.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition for a new PrivateEndpointConnection resource.voidDeletes a private endpoint connection with a given name.voiddelete(String resourceGroupName, String scopeName, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes a private endpoint connection with a given name.voiddeleteById(String id) Deletes a private endpoint connection with a given name.voiddeleteByIdWithResponse(String id, com.azure.core.util.Context context) Deletes a private endpoint connection with a given name.Gets a private endpoint connection.Gets a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnection> getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String scopeName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets a private endpoint connection.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> listByPrivateLinkScope(String resourceGroupName, String scopeName) Gets all private endpoint connections on a private link scope.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> listByPrivateLinkScope(String resourceGroupName, String scopeName, com.azure.core.util.Context context) Gets all private endpoint connections on a private link scope.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String scopeName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets a private endpoint connection.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.scopeName- The name of the Azure Arc PrivateLinkScope resource.privateEndpointConnectionName- The name of the private endpoint connection.context- The context to associate with this operation.- Returns:
- a private endpoint connection along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
PrivateEndpointConnection get(String resourceGroupName, String scopeName, String privateEndpointConnectionName) Gets a private endpoint connection.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.scopeName- The name of the Azure Arc PrivateLinkScope resource.privateEndpointConnectionName- The name of the private endpoint connection.- Returns:
- a private endpoint connection.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Deletes a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.scopeName- The name of the Azure Arc PrivateLinkScope resource.privateEndpointConnectionName- The name of the private endpoint connection.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String scopeName, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes a private endpoint connection with a given name.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.scopeName- The name of the Azure Arc PrivateLinkScope resource.privateEndpointConnectionName- The name of the private endpoint connection.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByPrivateLinkScope
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> listByPrivateLinkScope(String resourceGroupName, String scopeName) Gets all private endpoint connections on a private link scope.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.scopeName- The name of the Azure Arc PrivateLinkScope resource.- Returns:
- all private endpoint connections on a private link scope as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByPrivateLinkScope
com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> listByPrivateLinkScope(String resourceGroupName, String scopeName, com.azure.core.util.Context context) Gets all private endpoint connections on a private link scope.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.scopeName- The name of the Azure Arc PrivateLinkScope resource.context- The context to associate with this operation.- Returns:
- all private endpoint connections on a private link scope as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getById
Gets a private endpoint connection.- Parameters:
id- the resource ID.- Returns:
- a private endpoint connection along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnection> getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a private endpoint connection.- Parameters:
id- the resource ID.context- The context to associate with this operation.- Returns:
- a private endpoint connection along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteById
Deletes a private endpoint connection with a given name.- Parameters:
id- the resource ID.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteByIdWithResponse
Deletes a private endpoint connection with a given name.- Parameters:
id- the resource ID.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
define
Begins definition for a new PrivateEndpointConnection resource.- Parameters:
name- resource name.- Returns:
- the first stage of the new PrivateEndpointConnection definition.
-