Interface UpgradeHistoriesClient


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

    • listByAppLinkMember

      com.azure.core.http.rest.PagedIterable<UpgradeHistoryInner> listByAppLinkMember(String resourceGroupName, String appLinkName, String appLinkMemberName)
      List UpgradeHistory resources by AppLinkMember.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      appLinkName - The name of the AppLink.
      appLinkMemberName - The name of the AppLinkMember.
      Returns:
      the response of a UpgradeHistory list operation as paginated response with PagedIterable.
      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.
    • listByAppLinkMember

      com.azure.core.http.rest.PagedIterable<UpgradeHistoryInner> listByAppLinkMember(String resourceGroupName, String appLinkName, String appLinkMemberName, com.azure.core.util.Context context)
      List UpgradeHistory resources by AppLinkMember.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      appLinkName - The name of the AppLink.
      appLinkMemberName - The name of the AppLinkMember.
      context - The context to associate with this operation.
      Returns:
      the response of a UpgradeHistory list operation as paginated response with PagedIterable.
      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.