Interface PrivateLinkResourcesClient


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

      • list

        PrivateLinkResourceListResultInner list​(String resourceGroupName,
                                                String accountName)
        Get list of group IDs for video analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        Returns:
        list of group IDs for 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<PrivateLinkResourceListResultInner> listWithResponse​(String resourceGroupName,
                                                                                               String accountName,
                                                                                               com.azure.core.util.Context context)
        Get list of group IDs for 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:
        list of group IDs for 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

        PrivateLinkResourceInner get​(String resourceGroupName,
                                     String accountName,
                                     String name)
        Get group ID for video analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        name - Name of the private link resource (Group ID).
        Returns:
        group ID for 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<PrivateLinkResourceInner> getWithResponse​(String resourceGroupName,
                                                                                    String accountName,
                                                                                    String name,
                                                                                    com.azure.core.util.Context context)
        Get group ID for video analyzer account.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        name - Name of the private link resource (Group ID).
        context - The context to associate with this operation.
        Returns:
        group ID for 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.