你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Destination Class

Capture storage details for capture description.

Inheritance
azure.mgmt.servicebus._serialization.Model
Destination

Constructor

Destination(*, name: str | None = None, storage_account_resource_id: str | None = None, blob_container: str | None = None, archive_name_format: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name for capture destination.

storage_account_resource_id
str

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

blob_container
str

Blob container Name.

archive_name_format
str

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.

Variables

Name Description
name
str

Name for capture destination.

storage_account_resource_id
str

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

blob_container
str

Blob container Name.

archive_name_format
str

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.