Interface BmsPrepareDataMoveOperationResults
-
public interface BmsPrepareDataMoveOperationResults
Resource collection API of BmsPrepareDataMoveOperationResults.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VaultStorageConfigOperationResultResponse
get(String vaultName, String resourceGroupName, String operationId)
Fetches Operation Result for Prepare Data Move.com.azure.core.http.rest.Response<VaultStorageConfigOperationResultResponse>
getWithResponse(String vaultName, String resourceGroupName, String operationId, com.azure.core.util.Context context)
Fetches Operation Result for Prepare Data Move.
-
-
-
Method Detail
-
get
VaultStorageConfigOperationResultResponse get(String vaultName, String resourceGroupName, String operationId)
Fetches Operation Result for Prepare Data Move.- Parameters:
vaultName
- The name of the recovery services vault.resourceGroupName
- The name of the resource group where the recovery services vault is present.operationId
- The operationId parameter.- Returns:
- operation result response for Vault Storage Config.
- 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<VaultStorageConfigOperationResultResponse> getWithResponse(String vaultName, String resourceGroupName, String operationId, com.azure.core.util.Context context)
Fetches Operation Result for Prepare Data Move.- Parameters:
vaultName
- The name of the recovery services vault.resourceGroupName
- The name of the resource group where the recovery services vault is present.operationId
- The operationId parameter.context
- The context to associate with this operation.- Returns:
- operation result response for Vault Storage Config 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.
-
-