Interface ProtectionContainerRefreshOperationResultsClient


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void get​(String vaultName, String resourceGroupName, String fabricName, String operationId)
      Provides the result of the refresh operation triggered by the BeginRefresh operation.
      com.azure.core.http.rest.Response<Void> getWithResponse​(String vaultName, String resourceGroupName, String fabricName, String operationId, com.azure.core.util.Context context)
      Provides the result of the refresh operation triggered by the BeginRefresh operation.
    • Method Detail

      • get

        void get​(String vaultName,
                 String resourceGroupName,
                 String fabricName,
                 String operationId)
        Provides the result of the refresh operation triggered by the BeginRefresh operation.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        fabricName - Fabric name associated with the container.
        operationId - Operation ID associated with the operation whose result needs to be fetched.
        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<Void> getWithResponse​(String vaultName,
                                                                String resourceGroupName,
                                                                String fabricName,
                                                                String operationId,
                                                                com.azure.core.util.Context context)
        Provides the result of the refresh operation triggered by the BeginRefresh operation.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        fabricName - Fabric name associated with the container.
        operationId - Operation ID associated with the operation whose result needs to be fetched.
        context - The context to associate with this operation.
        Returns:
        the 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.