Interface BackupStatusClient
-
public interface BackupStatusClient
An instance of this class provides access to all the operations defined in BackupStatusClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackupStatusResponseInner
get(String azureRegion, BackupStatusRequest parameters)
Get the container backup status.com.azure.core.http.rest.Response<BackupStatusResponseInner>
getWithResponse(String azureRegion, BackupStatusRequest parameters, com.azure.core.util.Context context)
Get the container backup status.
-
-
-
Method Detail
-
get
BackupStatusResponseInner 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<BackupStatusResponseInner> 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.
-
-