Interface UpgradeHistories


public interface UpgradeHistories
Resource collection API of UpgradeHistories.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<UpgradeHistory>
    listByAppLinkMember(String resourceGroupName, String appLinkName, String appLinkMemberName)
    List UpgradeHistory resources by AppLinkMember.
    com.azure.core.http.rest.PagedIterable<UpgradeHistory>
    listByAppLinkMember(String resourceGroupName, String appLinkName, String appLinkMemberName, com.azure.core.util.Context context)
    List UpgradeHistory resources by AppLinkMember.
  • Method Details

    • listByAppLinkMember

      com.azure.core.http.rest.PagedIterable<UpgradeHistory> 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<UpgradeHistory> 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.