Class EventSubscriptionStorageBlobDeadLetterDestinationArgs
Inheritance
System.Object
EventSubscriptionStorageBlobDeadLetterDestinationArgs
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.EventGrid.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionStorageBlobDeadLetterDestinationArgs : ResourceArgs
Constructors
View SourceEventSubscriptionStorageBlobDeadLetterDestinationArgs()
Declaration
public EventSubscriptionStorageBlobDeadLetterDestinationArgs()
Properties
View SourceStorageAccountId
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> |
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> |