Interface VerifiedPartnersClient


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

    • get

      VerifiedPartnerInner get(String verifiedPartnerName)
      Get properties of a verified partner.
      Parameters:
      verifiedPartnerName - Name of the verified partner.
      Returns:
      properties of a verified partner.
      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<VerifiedPartnerInner> getWithResponse(String verifiedPartnerName, com.azure.core.util.Context context)
      Get properties of a verified partner.
      Parameters:
      verifiedPartnerName - Name of the verified partner.
      context - The context to associate with this operation.
      Returns:
      properties of a verified partner 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.
    • list

      com.azure.core.http.rest.PagedIterable<VerifiedPartnerInner> list()
      Get a list of all verified partners.
      Returns:
      a list of all verified partners as paginated response with PagedIterable.
      Throws:
      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.
    • list

      com.azure.core.http.rest.PagedIterable<VerifiedPartnerInner> list(String filter, Integer top, com.azure.core.util.Context context)
      Get a list of all verified partners.
      Parameters:
      filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
      top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
      context - The context to associate with this operation.
      Returns:
      a list of all verified partners 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.