Interface OperationStatuses


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

      • get

        VideoAnalyzerPrivateEndpointConnectionOperationStatus 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<VideoAnalyzerPrivateEndpointConnectionOperationStatus> 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.