Compartilhar via


MHSMRegionsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

KeyVaultManagementClient's

<xref:mhsm_regions> attribute.

Constructor

MHSMRegionsOperations(*args, **kwargs)

Methods

list_by_resource

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

list_by_resource

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

list_by_resource(resource_group_name: str, name: str, **kwargs: Any) -> ItemPaged[MHSMGeoReplicatedRegion]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

name
Required
str

The name of the managed HSM Pool. Required.

Returns

Type Description

An iterator like instance of MHSMGeoReplicatedRegion

Exceptions

Type Description