Class EventhubNamespaceDisasterRecoveryConfigState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.EventHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventhubNamespaceDisasterRecoveryConfigState : ResourceArgs
Constructors
View SourceEventhubNamespaceDisasterRecoveryConfigState()
Declaration
public EventhubNamespaceDisasterRecoveryConfigState()
Properties
View SourceAlternateName
An alternate name to use when the Disaster Recovery Config's name is the same as the replicated namespace's name.
Declaration
public Input<string> AlternateName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Disaster Recovery Config. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespaceName
Specifies the name of the primary EventHub Namespace to replicate. Changing this forces a new resource to be created.
Declaration
public Input<string> NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PartnerNamespaceId
The ID of the EventHub Namespace to replicate to.
Declaration
public Input<string> PartnerNamespaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which the Disaster Recovery Config exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |