Share via


ExportPipelineTargetProperties interface

The properties of the export pipeline target.

Properties

keyVaultUri

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

storageAccessMode

The storage access mode used for the customer storage account.

type

The type of target for the export pipeline.

uri

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"

Property Details

keyVaultUri

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

keyVaultUri?: string

Property Value

string

storageAccessMode

The storage access mode used for the customer storage account.

storageAccessMode?: string

Property Value

string

type

The type of target for the export pipeline.

type?: string

Property Value

string

uri

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"

uri?: string

Property Value

string