你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IArmDisasterRecoveryProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ArmDisasterRecoveryPropertiesTypeConverter))]
public interface IArmDisasterRecoveryProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ArmDisasterRecoveryPropertiesTypeConverter))>]
type IArmDisasterRecoveryProperties = interface
interface IJsonSerializable
Public Interface IArmDisasterRecoveryProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AlternateName |
Primary/Secondary eventhub namespace name, which is part of GEO DR pairing |
PartnerNamespace |
ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing |
PendingReplicationOperationsCount |
Number of entities pending to be replicated. |
ProvisioningState |
Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed' |
Role |
role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary' |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |