Show / Hide Table of Contents

Class EventhubNamespaceDisasterRecoveryConfigState

Inheritance
System.Object
InputArgs
ResourceArgs
EventhubNamespaceDisasterRecoveryConfigState
Inherited Members
ResourceArgs.Empty
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 Source

EventhubNamespaceDisasterRecoveryConfigState()

Declaration
public EventhubNamespaceDisasterRecoveryConfigState()

Properties

View Source

AlternateName

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>
View Source

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>
View Source

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>
View Source

PartnerNamespaceId

The ID of the EventHub Namespace to replicate to.

Declaration
public Input<string> PartnerNamespaceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.