Interface IntegrationAccountCertificatesClient


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

    • list

      com.azure.core.http.rest.PagedIterable<IntegrationAccountCertificateInner> list(String resourceGroupName, String integrationAccountName)
      Gets a list of integration account certificates.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      Returns:
      a list of integration account certificates 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.
    • list

      com.azure.core.http.rest.PagedIterable<IntegrationAccountCertificateInner> list(String resourceGroupName, String integrationAccountName, Integer top, com.azure.core.util.Context context)
      Gets a list of integration account certificates.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      top - The number of items to be included in the result.
      context - The context to associate with this operation.
      Returns:
      a list of integration account certificates 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.
    • getWithResponse

      com.azure.core.http.rest.Response<IntegrationAccountCertificateInner> getWithResponse(String resourceGroupName, String integrationAccountName, String certificateName, com.azure.core.util.Context context)
      Gets an integration account certificate.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      certificateName - The integration account certificate name.
      context - The context to associate with this operation.
      Returns:
      an integration account certificate 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.
    • get

      IntegrationAccountCertificateInner get(String resourceGroupName, String integrationAccountName, String certificateName)
      Gets an integration account certificate.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      certificateName - The integration account certificate name.
      Returns:
      an integration account certificate.
      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.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<IntegrationAccountCertificateInner> createOrUpdateWithResponse(String resourceGroupName, String integrationAccountName, String certificateName, IntegrationAccountCertificateInner certificate, com.azure.core.util.Context context)
      Creates or updates an integration account certificate.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      certificateName - The integration account certificate name.
      certificate - The integration account certificate.
      context - The context to associate with this operation.
      Returns:
      the integration account certificate 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.
    • createOrUpdate

      IntegrationAccountCertificateInner createOrUpdate(String resourceGroupName, String integrationAccountName, String certificateName, IntegrationAccountCertificateInner certificate)
      Creates or updates an integration account certificate.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      certificateName - The integration account certificate name.
      certificate - The integration account certificate.
      Returns:
      the integration account certificate.
      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.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String integrationAccountName, String certificateName, com.azure.core.util.Context context)
      Deletes an integration account certificate.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      certificateName - The integration account certificate name.
      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.
    • delete

      void delete(String resourceGroupName, String integrationAccountName, String certificateName)
      Deletes an integration account certificate.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      certificateName - The integration account certificate name.
      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.