Show / Hide Table of Contents

Class EventHubCaptureDescriptionDestinationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventHubCaptureDescriptionDestinationGetArgs
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 EventHubCaptureDescriptionDestinationGetArgs : ResourceArgs

Constructors

View Source

EventHubCaptureDescriptionDestinationGetArgs()

Declaration
public EventHubCaptureDescriptionDestinationGetArgs()

Properties

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 Input<string> ArchiveNameFormat { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BlobContainerName

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

Declaration
public Input<string> BlobContainerName { get; set; }
Property Value
Type Description
Input<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 Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageAccountId

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

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