Interface PrivateEndpointConnections


  • public interface PrivateEndpointConnections
    Resource collection API of PrivateEndpointConnections.
    • Method Detail

      • list

        PrivateEndpointConnectionListResult 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<PrivateEndpointConnectionListResult> 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

        PrivateEndpointConnection 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<PrivateEndpointConnection> 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.
      • 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.
      • getById

        PrivateEndpointConnection getById​(String id)
        Get private endpoint connection under video analyzer account.
        Parameters:
        id - the resource ID.
        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.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<PrivateEndpointConnection> getByIdWithResponse​(String id,
                                                                                         com.azure.core.util.Context context)
        Get private endpoint connection under video analyzer account.
        Parameters:
        id - the resource ID.
        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.
      • deleteById

        void deleteById​(String id)
        Delete private endpoint connection under video analyzer account.
        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

        com.azure.core.http.rest.Response<Void> deleteByIdWithResponse​(String id,
                                                                       com.azure.core.util.Context context)
        Delete private endpoint connection under video analyzer account.
        Parameters:
        id - the resource ID.
        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.