Share via


PSMHSMGeoReplicatedRegion Constructors

Definition

Overloads

PSMHSMGeoReplicatedRegion()
PSMHSMGeoReplicatedRegion(String, String, Nullable<Boolean>)

Initializes a new instance of the PSMHSMGeoReplicatedRegion class.

PSMHSMGeoReplicatedRegion()

public PSMHSMGeoReplicatedRegion ();
Public Sub New ()

Applies to

PSMHSMGeoReplicatedRegion(String, String, Nullable<Boolean>)

Initializes a new instance of the PSMHSMGeoReplicatedRegion class.

public PSMHSMGeoReplicatedRegion (string name = default, string provisioningState = default, bool? isPrimary = default);
new Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion : string * string * Nullable<bool> -> Microsoft.Azure.Commands.KeyVault.Models.PSMHSMGeoReplicatedRegion
Public Sub New (Optional name As String = Nothing, Optional provisioningState As String = Nothing, Optional isPrimary As Nullable(Of Boolean) = Nothing)

Parameters

name
String

Name of the geo replicated region.

provisioningState
String

Provisioning state of the geo replicated region. Possible values include: 'Preprovisioning', 'Provisioning', 'Succeeded', 'Failed', 'Deleting', 'Cleanup'

isPrimary
Nullable<Boolean>

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

Applies to