Interface PrivateLinkScopeOperationStatusClient

    • Method Detail

      • getByResourceGroupWithResponseAsync

        Mono<com.azure.core.http.rest.Response<OperationStatusInner>> getByResourceGroupWithResponseAsync​(String resourceGroupName,
                                                                                                          String asyncOperationId)
        Get the status of an azure asynchronous operation associated with a private link scope operation.
        Parameters:
        resourceGroupName - The name of the resource group.
        asyncOperationId - The operation Id.
        Returns:
        the status of an azure asynchronous operation associated with a private link scope operation.
        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.
      • getByResourceGroupAsync

        Mono<OperationStatusInner> getByResourceGroupAsync​(String resourceGroupName,
                                                           String asyncOperationId)
        Get the status of an azure asynchronous operation associated with a private link scope operation.
        Specified by:
        getByResourceGroupAsync in interface InnerSupportsGet<OperationStatusInner>
        Parameters:
        resourceGroupName - The name of the resource group.
        asyncOperationId - The operation Id.
        Returns:
        the status of an azure asynchronous operation associated with a private link scope operation.
        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

        OperationStatusInner getByResourceGroup​(String resourceGroupName,
                                                String asyncOperationId)
        Get the status of an azure asynchronous operation associated with a private link scope operation.
        Specified by:
        getByResourceGroup in interface InnerSupportsGet<OperationStatusInner>
        Parameters:
        resourceGroupName - The name of the resource group.
        asyncOperationId - The operation Id.
        Returns:
        the status of an azure asynchronous operation associated with a private link scope operation.
        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<OperationStatusInner> getByResourceGroupWithResponse​(String resourceGroupName,
                                                                                               String asyncOperationId,
                                                                                               com.azure.core.util.Context context)
        Get the status of an azure asynchronous operation associated with a private link scope operation.
        Parameters:
        resourceGroupName - The name of the resource group.
        asyncOperationId - The operation Id.
        context - The context to associate with this operation.
        Returns:
        the status of an azure asynchronous operation associated with a private link scope operation.
        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.