Destination Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Capture storage details for capture description
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.DestinationTypeConverter))]
public class Destination : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IDestination
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.DestinationTypeConverter))>]
type Destination = class
interface IDestination
interface IJsonSerializable
Public Class Destination
Implements IDestination
- Inheritance
-
Destination
- Attributes
- Implements
Constructors
Destination() |
Creates an new Destination instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Destination. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Destination. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IDestination. |
FromJsonString(String) |
Creates a new instance of Destination, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Destination into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |