你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSMHSMGeoReplicatedRegion Constructors
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.
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'
A boolean value that indicates whether the region is the primary region or a secondary region.