Interface VideoAnalyzersClient


  • public interface VideoAnalyzersClient
    An instance of this class provides access to all the operations defined in VideoAnalyzersClient.
    • Method Detail

      • list

        VideoAnalyzerCollectionInner list​(String resourceGroupName)
        Lists the Video Analyzer accounts in the specified resource group.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        a collection of VideoAnalyzer items.
        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<VideoAnalyzerCollectionInner> listWithResponse​(String resourceGroupName,
                                                                                         com.azure.core.util.Context context)
        Lists the Video Analyzer accounts in the specified resource group.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        context - The context to associate with this operation.
        Returns:
        a collection of VideoAnalyzer items 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.
      • getByResourceGroup

        VideoAnalyzerInner getByResourceGroup​(String resourceGroupName,
                                              String accountName)
        Get the details of the specified Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        Returns:
        the details of the specified 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.
      • getByResourceGroupWithResponse

        com.azure.core.http.rest.Response<VideoAnalyzerInner> getByResourceGroupWithResponse​(String resourceGroupName,
                                                                                             String accountName,
                                                                                             com.azure.core.util.Context context)
        Get the details of the specified 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:
        the details of the specified 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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VideoAnalyzerInner>,​VideoAnalyzerInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                              String accountName,
                                                                                                                                                              VideoAnalyzerInner parameters)
        Create or update an instance of a Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        parameters - The request parameters.
        Returns:
        the SyncPoller for polling of the 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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VideoAnalyzerInner>,​VideoAnalyzerInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                              String accountName,
                                                                                                                                                              VideoAnalyzerInner parameters,
                                                                                                                                                              com.azure.core.util.Context context)
        Create or update an instance of a Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        parameters - The request parameters.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of the 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.
      • createOrUpdate

        VideoAnalyzerInner createOrUpdate​(String resourceGroupName,
                                          String accountName,
                                          VideoAnalyzerInner parameters)
        Create or update an instance of a Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        parameters - The request parameters.
        Returns:
        the 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.
      • createOrUpdate

        VideoAnalyzerInner createOrUpdate​(String resourceGroupName,
                                          String accountName,
                                          VideoAnalyzerInner parameters,
                                          com.azure.core.util.Context context)
        Create or update an instance of a Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        parameters - The request parameters.
        context - The context to associate with this operation.
        Returns:
        the 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.
      • delete

        void delete​(String resourceGroupName,
                    String accountName)
        Delete the specified Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account 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,
                                                                   com.azure.core.util.Context context)
        Delete the specified 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:
        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.
      • beginUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VideoAnalyzerInner>,​VideoAnalyzerInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                      String accountName,
                                                                                                                                                      VideoAnalyzerUpdate parameters)
        Updates an existing instance of Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        parameters - The request parameters.
        Returns:
        the SyncPoller for polling of the 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.
      • beginUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VideoAnalyzerInner>,​VideoAnalyzerInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                      String accountName,
                                                                                                                                                      VideoAnalyzerUpdate parameters,
                                                                                                                                                      com.azure.core.util.Context context)
        Updates an existing instance of Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        parameters - The request parameters.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of the 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.
      • update

        VideoAnalyzerInner update​(String resourceGroupName,
                                  String accountName,
                                  VideoAnalyzerUpdate parameters)
        Updates an existing instance of Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        parameters - The request parameters.
        Returns:
        the 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.
      • update

        VideoAnalyzerInner update​(String resourceGroupName,
                                  String accountName,
                                  VideoAnalyzerUpdate parameters,
                                  com.azure.core.util.Context context)
        Updates an existing instance of Video Analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        parameters - The request parameters.
        context - The context to associate with this operation.
        Returns:
        the 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.
      • listBySubscription

        VideoAnalyzerCollectionInner listBySubscription()
        List all Video Analyzer accounts in the specified subscription.
        Returns:
        a collection of VideoAnalyzer items.
        Throws:
        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.
      • listBySubscriptionWithResponse

        com.azure.core.http.rest.Response<VideoAnalyzerCollectionInner> listBySubscriptionWithResponse​(com.azure.core.util.Context context)
        List all Video Analyzer accounts in the specified subscription.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        a collection of VideoAnalyzer items 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.