Class EventHubCaptureDescriptionDestinationGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventHubCaptureDescriptionDestinationGetArgs : ResourceArgs
Constructors
View SourceEventHubCaptureDescriptionDestinationGetArgs()
Declaration
public EventHubCaptureDescriptionDestinationGetArgs()
Properties
View SourceArchiveNameFormat
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> |
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> |
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> |
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> |