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
Paged |
listByResource(String resourceGroupName, String name)
The List operation gets information about the regions associated with the managed HSM Pool. |
abstract
Paged |
listByResource(String resourceGroupName, String name, Context context)
The List operation gets information about the regions associated with the managed HSM Pool. |
abstract
Paged |
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
The List operation gets information about the regions associated with the managed HSM Pool.
Parameters:
Returns:
listByResource
public abstract PagedIterable
The List operation gets information about the regions associated with the managed HSM Pool.
Parameters:
Returns:
listByResourceAsync
public abstract PagedFlux
The List operation gets information about the regions associated with the managed HSM Pool.
Parameters:
Returns:
Applies to
Azure SDK for Java