Destination Class

Capture storage details for capture description.

Constructor

Destination(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Name for capture destination.

identity

A value that indicates whether capture description is enabled.

properties

Properties describing the storage account, blob container and archive name format for capture destination.

Attributes

identity

A value that indicates whether capture description is enabled.

identity: _models.CaptureIdentity | None

name

Name for capture destination.

name: str | None

properties

Properties describing the storage account, blob container and archive name format for capture destination.

properties: _models.DestinationProperties | None