Interface BackupStatus


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

      • get

        BackupStatusResponse get​(String azureRegion,
                                 BackupStatusRequest parameters)
        Get the container backup status.
        Parameters:
        azureRegion - Azure region to hit Api.
        parameters - Container Backup Status Request.
        Returns:
        the container backup 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<BackupStatusResponse> getWithResponse​(String azureRegion,
                                                                                BackupStatusRequest parameters,
                                                                                com.azure.core.util.Context context)
        Get the container backup status.
        Parameters:
        azureRegion - Azure region to hit Api.
        parameters - Container Backup Status Request.
        context - The context to associate with this operation.
        Returns:
        the container backup 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.