Show / Hide Table of Contents

Class EventHubCaptureDescriptionDestination

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

Fields

View Source

ArchiveNameFormat

The Blob naming convention for archiving. e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order

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

BlobContainerName

The name of the Container within the Blob Storage Account where messages should be archived.

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

Name

The Name of the Destination where the capture should take place. At this time the only supported value is EventHubArchive.AzureBlockBlob.

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

StorageAccountId

The ID of the Blob Storage Account where messages should be archived.

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