ExportPipelineTargetProperties Class

The properties of the export pipeline target.

All required parameters must be populated in order to send to Azure.

Inheritance
ExportPipelineTargetProperties

Constructor

ExportPipelineTargetProperties(*, key_vault_uri: str, type: Optional[str] = None, uri: Optional[str] = None, **kwargs)

Variables

type
str

The type of target for the export pipeline.

uri
str

The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName".

key_vault_uri
str

Required. They key vault secret uri to obtain the target storage SAS token.