Interface OperationStatusesClient


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

      • get

        VideoAnalyzerPrivateEndpointConnectionOperationStatusInner get​(String resourceGroupName,
                                                                       String accountName,
                                                                       String name,
                                                                       String operationId)
        Get private endpoint connection operation status.
        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 status.
        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<VideoAnalyzerPrivateEndpointConnectionOperationStatusInner> getWithResponse​(String resourceGroupName,
                                                                                                                      String accountName,
                                                                                                                      String name,
                                                                                                                      String operationId,
                                                                                                                      com.azure.core.util.Context context)
        Get private endpoint connection operation status.
        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 status 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.