Package version:

Interface ExportPipelineTargetProperties

The properties of the export pipeline target.

interface ExportPipelineTargetProperties {
    keyVaultUri: string;
    type?: string;
    uri?: string;
}

Properties

keyVaultUri: string

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

type?: string

The type of target for the export pipeline.

uri?: string

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"