MhsmPrivateLinkResourcesClient Interface

public interface MhsmPrivateLinkResourcesClient

An instance of this class provides access to all the operations defined in MhsmPrivateLinkResourcesClient.

Method Summary

Modifier and Type Method and Description
abstract MhsmPrivateLinkResourceListResultInner listByMhsmResource(String resourceGroupName, String name)

Gets the private link resources supported for the managed hsm pool.

abstract Mono<MhsmPrivateLinkResourceListResultInner> listByMhsmResourceAsync(String resourceGroupName, String name)

Gets the private link resources supported for the managed hsm pool.

abstract Response<MhsmPrivateLinkResourceListResultInner> listByMhsmResourceWithResponse(String resourceGroupName, String name, Context context)

Gets the private link resources supported for the managed hsm pool.

abstract Mono<Response<MhsmPrivateLinkResourceListResultInner>> listByMhsmResourceWithResponseAsync(String resourceGroupName, String name)

Gets the private link resources supported for the managed hsm pool.

Method Details

listByMhsmResource

public abstract 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.

listByMhsmResourceAsync

public abstract Mono 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.

listByMhsmResourceWithResponse

public abstract Response listByMhsmResourceWithResponse(String resourceGroupName, String name, 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<T>.

listByMhsmResourceWithResponseAsync

public abstract Mono> 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<T> on successful completion of Mono.

Applies to