Package version:

Interface MhsmGeoReplicatedRegion

A region that this managed HSM Pool has been extended to.

interface MhsmGeoReplicatedRegion {
    isPrimary?: boolean;
    name?: string;
    provisioningState?: string;
}

Properties

isPrimary?: boolean

A boolean value that indicates whether the region is the primary region or a secondary region.

name?: string

Name of the geo replicated region.

provisioningState?: string

Provisioning state of the geo replicated region. NOTE: This property will not be serialized. It can only be populated by the server.