Interface BackupVaultOperationResultsClient
-
public interface BackupVaultOperationResultsClient
An instance of this class provides access to all the operations defined in BackupVaultOperationResultsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackupVaultResourceInner
get(String vaultName, String resourceGroupName, String operationId)
BackupVaultOperationResultsGetResponse
getWithResponse(String vaultName, String resourceGroupName, String operationId, com.azure.core.util.Context context)
-
-
-
Method Detail
-
get
BackupVaultResourceInner get(String vaultName, String resourceGroupName, String operationId)
- Parameters:
vaultName
- The name of the backup vault.resourceGroupName
- The name of the resource group where the backup vault is present.operationId
- The operationId parameter.- Returns:
- backupVault Resource.
- 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
BackupVaultOperationResultsGetResponse getWithResponse(String vaultName, String resourceGroupName, String operationId, com.azure.core.util.Context context)
- Parameters:
vaultName
- The name of the backup vault.resourceGroupName
- The name of the resource group where the backup vault is present.operationId
- The operationId parameter.context
- The context to associate with this operation.- Returns:
- backupVault Resource.
- 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.
-
-