Interface PrivateEndpointConnectionsClient
-
public interface PrivateEndpointConnectionsClientAn instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnectionInnercreateOrUpdate(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters)Update private endpoint connection state under video analyzer account.PrivateEndpointConnectionsCreateOrUpdateResponsecreateOrUpdateWithResponse(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context)Update private endpoint connection state under video analyzer account.voiddelete(String resourceGroupName, String accountName, String name)Delete private endpoint connection under video analyzer account.com.azure.core.http.rest.Response<Void>deleteWithResponse(String resourceGroupName, String accountName, String name, com.azure.core.util.Context context)Delete private endpoint connection under video analyzer account.PrivateEndpointConnectionInnerget(String resourceGroupName, String accountName, String name)Get private endpoint connection under video analyzer account.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>getWithResponse(String resourceGroupName, String accountName, String name, com.azure.core.util.Context context)Get private endpoint connection under video analyzer account.PrivateEndpointConnectionListResultInnerlist(String resourceGroupName, String accountName)Get all private endpoint connections under video analyzer account.com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>listWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)Get all private endpoint connections under video analyzer account.
-
-
-
Method Detail
-
list
PrivateEndpointConnectionListResultInner list(String resourceGroupName, String accountName)
Get all private endpoint connections under video analyzer account.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.accountName- The Video Analyzer account name.- Returns:
- all private endpoint connections under video analyzer 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.
-
listWithResponse
com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner> listWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
Get all private endpoint connections under video analyzer account.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.accountName- The Video Analyzer account name.context- The context to associate with this operation.- Returns:
- all private endpoint connections under video analyzer 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.
-
get
PrivateEndpointConnectionInner get(String resourceGroupName, String accountName, String name)
Get private endpoint connection under video analyzer account.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.accountName- The Video Analyzer account name.name- Private endpoint connection name.- Returns:
- private endpoint connection under video analyzer 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 under video analyzer account.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.accountName- The Video Analyzer account name.name- Private endpoint connection name.context- The context to associate with this operation.- Returns:
- private endpoint connection under video analyzer 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.
-
createOrUpdate
PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters)
Update private endpoint connection state under video analyzer account.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.accountName- The Video Analyzer account name.name- Private endpoint connection name.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.
-
createOrUpdateWithResponse
PrivateEndpointConnectionsCreateOrUpdateResponse createOrUpdateWithResponse(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context)
Update private endpoint connection state under video analyzer account.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.accountName- The Video Analyzer account name.name- Private endpoint connection name.parameters- The request parameters.context- The context to associate with this operation.- 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.
-
delete
void delete(String resourceGroupName, String accountName, String name)
Delete private endpoint connection under video analyzer account.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.accountName- The Video Analyzer account name.name- Private endpoint connection name.- 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 private endpoint connection under video analyzer account.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.accountName- The Video Analyzer account name.name- Private endpoint connection name.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.
-
-