Interface OperationResults


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

      • get

        PrivateEndpointConnection get​(String resourceGroupName,
                                      String accountName,
                                      String name,
                                      String operationId)
        Get private endpoint connection operation result.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        name - Private endpoint connection name.
        operationId - Operation Id.
        Returns:
        private endpoint connection operation result.
        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,
                                                                                     String operationId,
                                                                                     com.azure.core.util.Context context)
        Get private endpoint connection operation result.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        accountName - The Video Analyzer account name.
        name - Private endpoint connection name.
        operationId - Operation Id.
        context - The context to associate with this operation.
        Returns:
        private endpoint connection operation result 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.