MhsmGeoReplicatedRegion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A region that this managed HSM Pool has been extended to.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmGeoReplicatedRegionTypeConverter))]
public class MhsmGeoReplicatedRegion : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmGeoReplicatedRegion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmGeoReplicatedRegionTypeConverter))>]
type MhsmGeoReplicatedRegion = class
interface IMhsmGeoReplicatedRegion
interface IJsonSerializable
Public Class MhsmGeoReplicatedRegion
Implements IMhsmGeoReplicatedRegion
- Inheritance
-
MhsmGeoReplicatedRegion
- Attributes
- Implements
Constructors
MhsmGeoReplicatedRegion() |
Creates an new MhsmGeoReplicatedRegion instance. |
Properties
IsPrimary |
A boolean value that indicates whether the region is the primary region or a secondary region. |
Name |
Name of the geo replicated region. |
ProvisioningState |
Provisioning state of the geo replicated region. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MhsmGeoReplicatedRegion. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MhsmGeoReplicatedRegion. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmGeoReplicatedRegion. |
FromJsonString(String) |
Creates a new instance of MhsmGeoReplicatedRegion, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MhsmGeoReplicatedRegion into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |