Interface PrivateEndpointConnectionsClient
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncreateOrUpdate
(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters) Update a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
createOrUpdateWithResponse
(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Update a private endpoint connection.void
Delete a private endpoint connection.com.azure.core.http.rest.Response<Void>
deleteWithResponse
(String resourceGroupName, String accountName, String name, com.azure.core.util.Context context) Delete a private endpoint connection.Get private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
getWithResponse
(String resourceGroupName, String accountName, String name, com.azure.core.util.Context context) Get private endpoint connection.List private endpoint connections.com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>
listWithResponse
(String resourceGroupName, String accountName, com.azure.core.util.Context context) List private endpoint connections.
-
Method Details
-
listWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner> listWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context) List private endpoint connections.List all private endpoint connections.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.context
- The context to associate with this operation.- Returns:
- list of private endpoint connection associated with the specified storage account 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.
-
list
List private endpoint connections.List all private endpoint connections.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.- Returns:
- list of private endpoint connection associated with the specified storage account.
- 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.
-
getWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String accountName, String name, com.azure.core.util.Context context) Get private endpoint connection.Get the details of a private endpoint connection.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.name
- The name parameter.context
- The context to associate with this operation.- Returns:
- the details of 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
Get private endpoint connection.Get the details of a private endpoint connection.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.name
- The name parameter.- Returns:
- the details of 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.
-
createOrUpdateWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> createOrUpdateWithResponse(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Update a private endpoint connection.Update an existing private endpoint connection.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.name
- The name parameter.parameters
- The request parameters.context
- The context to associate with this operation.- Returns:
- the Private Endpoint Connection resource 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.
-
createOrUpdate
PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters) Update a private endpoint connection.Update an existing private endpoint connection.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.name
- The name parameter.parameters
- The request parameters.- Returns:
- the Private Endpoint Connection resource.
- 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.
-
deleteWithResponse
com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String name, com.azure.core.util.Context context) Delete a private endpoint connection.Deletes a private endpoint connection.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.name
- The name parameter.context
- The context to associate with this operation.- Returns:
- the
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.
-
delete
Delete a private endpoint connection.Deletes a private endpoint connection.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.name
- The name parameter.- 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.
-