Interface MhsmPrivateLinkResourcesClient
public interface MhsmPrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in MhsmPrivateLinkResourcesClient.
-
Method Summary
Modifier and TypeMethodDescriptionlistByMhsmResource(String resourceGroupName, String name) Gets the private link resources supported for the managed hsm pool.listByMhsmResourceAsync(String resourceGroupName, String name) Gets the private link resources supported for the managed hsm pool.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.Mono<com.azure.core.http.rest.Response<MhsmPrivateLinkResourceListResultInner>> listByMhsmResourceWithResponseAsync(String resourceGroupName, String name) Gets the private link resources supported for the managed hsm pool.
-
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
Responseon successful completion ofMono. - 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
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.
-