Show / Hide Table of Contents

Class EventSubscriptionStorageBlobDeadLetterDestinationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventSubscriptionStorageBlobDeadLetterDestinationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionStorageBlobDeadLetterDestinationArgs : ResourceArgs

Constructors

View Source

EventSubscriptionStorageBlobDeadLetterDestinationArgs()

Declaration
public EventSubscriptionStorageBlobDeadLetterDestinationArgs()

Properties

View Source

StorageAccountId

Specifies the id of the storage account id where the storage blob is located.

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

StorageBlobContainerName

Specifies the name of the Storage blob container that is the destination of the deadletter events.

Declaration
public Input<string> StorageBlobContainerName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.