Interface BmsPrepareDataMoveOperationResultsClient


  • public interface BmsPrepareDataMoveOperationResultsClient
    An instance of this class provides access to all the operations defined in BmsPrepareDataMoveOperationResultsClient.
    • Method Detail

      • get

        VaultStorageConfigOperationResultResponseInner 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<VaultStorageConfigOperationResultResponseInner> 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.