Show / Hide Table of Contents

Class EventSubscriptionStorageBlobDeadLetterDestination

Inheritance
System.Object
EventSubscriptionStorageBlobDeadLetterDestination
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionStorageBlobDeadLetterDestination

Fields

View Source

StorageAccountId

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

Declaration
public readonly string StorageAccountId
Field Value
Type Description
System.String
View Source

StorageBlobContainerName

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

Declaration
public readonly string StorageBlobContainerName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.