MhsmRegionsClient Interface

public interface MhsmRegionsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<MhsmGeoReplicatedRegionInner> listByResource(String resourceGroupName, String name)

The List operation gets information about the regions associated with the managed HSM Pool.

abstract PagedIterable<MhsmGeoReplicatedRegionInner> listByResource(String resourceGroupName, String name, Context context)

The List operation gets information about the regions associated with the managed HSM Pool.

abstract PagedFlux<MhsmGeoReplicatedRegionInner> listByResourceAsync(String resourceGroupName, String name)

The List operation gets information about the regions associated with the managed HSM Pool.

Method Details

listByResource

public abstract PagedIterable<MhsmGeoReplicatedRegionInner> listByResource(String resourceGroupName, String name)

The List operation gets information about the regions associated with the managed HSM Pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
name - The name of the managed HSM Pool.

Returns:

list of regions associated with a managed HSM Pools as paginated response with PagedIterable<T>.

listByResource

public abstract PagedIterable<MhsmGeoReplicatedRegionInner> listByResource(String resourceGroupName, String name, Context context)

The List operation gets information about the regions associated with the managed HSM Pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
name - The name of the managed HSM Pool.
context - The context to associate with this operation.

Returns:

list of regions associated with a managed HSM Pools as paginated response with PagedIterable<T>.

listByResourceAsync

public abstract PagedFlux<MhsmGeoReplicatedRegionInner> listByResourceAsync(String resourceGroupName, String name)

The List operation gets information about the regions associated with the managed HSM Pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
name - The name of the managed HSM Pool.

Returns:

list of regions associated with a managed HSM Pools as paginated response with PagedFlux<T>.

Applies to