Interface EndpointCertificatesClient


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

    • listByInstanceAsync

      com.azure.core.http.rest.PagedFlux<EndpointCertificateInner> listByInstanceAsync(String resourceGroupName, String managedInstanceName)
      List certificates used on endpoints on the target instance.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      Returns:
      a list of endpoint certificates on the target instance as paginated response with PagedFlux.
      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.
    • listByInstance

      com.azure.core.http.rest.PagedIterable<EndpointCertificateInner> listByInstance(String resourceGroupName, String managedInstanceName)
      List certificates used on endpoints on the target instance.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      Returns:
      a list of endpoint certificates on the target instance 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.
    • listByInstance

      com.azure.core.http.rest.PagedIterable<EndpointCertificateInner> listByInstance(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context)
      List certificates used on endpoints on the target instance.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      context - The context to associate with this operation.
      Returns:
      a list of endpoint certificates on the target instance 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.
    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<EndpointCertificateInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String endpointType)
      Gets a certificate used on the endpoint with the given id.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      endpointType - Type of the endpoint whose certificate the customer is looking for.
      Returns:
      a certificate used on the endpoint with the given id along with Response on successful completion of Mono.
      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.
    • getAsync

      Mono<EndpointCertificateInner> getAsync(String resourceGroupName, String managedInstanceName, String endpointType)
      Gets a certificate used on the endpoint with the given id.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      endpointType - Type of the endpoint whose certificate the customer is looking for.
      Returns:
      a certificate used on the endpoint with the given id on successful completion of Mono.
      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<EndpointCertificateInner> getWithResponse(String resourceGroupName, String managedInstanceName, String endpointType, com.azure.core.util.Context context)
      Gets a certificate used on the endpoint with the given id.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      endpointType - Type of the endpoint whose certificate the customer is looking for.
      context - The context to associate with this operation.
      Returns:
      a certificate used on the endpoint with the given id 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

      EndpointCertificateInner get(String resourceGroupName, String managedInstanceName, String endpointType)
      Gets a certificate used on the endpoint with the given id.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      managedInstanceName - The name of the managed instance.
      endpointType - Type of the endpoint whose certificate the customer is looking for.
      Returns:
      a certificate used on the endpoint with the given id.
      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.