Interface MhsmPrivateLinkResourcesClient


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

    • listByMhsmResourceWithResponseAsync

      Mono<com.azure.core.http.rest.Response<MhsmPrivateLinkResourceListResultInner>> listByMhsmResourceWithResponseAsync(String resourceGroupName, String name)
      Gets the private link resources supported for the managed hsm pool.
      Parameters:
      resourceGroupName - Name of the resource group that contains the managed HSM pool.
      name - Name of the managed HSM Pool.
      Returns:
      the private link resources supported for the managed hsm pool 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.
    • listByMhsmResourceAsync

      Mono<MhsmPrivateLinkResourceListResultInner> listByMhsmResourceAsync(String resourceGroupName, String name)
      Gets the private link resources supported for the managed hsm pool.
      Parameters:
      resourceGroupName - Name of the resource group that contains the managed HSM pool.
      name - Name of the managed HSM Pool.
      Returns:
      the private link resources supported for the managed hsm pool 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.
    • listByMhsmResourceWithResponse

      com.azure.core.http.rest.Response<MhsmPrivateLinkResourceListResultInner> listByMhsmResourceWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
      Gets the private link resources supported for the managed hsm pool.
      Parameters:
      resourceGroupName - Name of the resource group that contains the managed HSM pool.
      name - Name of the managed HSM Pool.
      context - The context to associate with this operation.
      Returns:
      the private link resources supported for the managed hsm pool 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.
    • listByMhsmResource

      MhsmPrivateLinkResourceListResultInner listByMhsmResource(String resourceGroupName, String name)
      Gets the private link resources supported for the managed hsm pool.
      Parameters:
      resourceGroupName - Name of the resource group that contains the managed HSM pool.
      name - Name of the managed HSM Pool.
      Returns:
      the private link resources supported for the managed hsm pool.
      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.