Condividi tramite


IDestination Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.DestinationTypeConverter))]
public interface IDestination : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.DestinationTypeConverter))>]
type IDestination = interface
    interface IJsonSerializable
Public Interface IDestination
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ArchiveNameFormat

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

BlobContainer

Blob container Name

DataLakeAccountName

The Azure Data Lake Store name for the captured events

DataLakeFolderPath

The destination folder path for the captured events

DataLakeSubscriptionId

Subscription Id of Azure Data Lake Store

IdentityType

Type of Azure Active Directory Managed Identity.

IdentityUserAssignedIdentity

ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used.

Name

Name for capture destination

StorageAccountResourceId

Resource id of the storage account to be used to create the blobs

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to