Package version:

Interface ImportPipelineSourceProperties

The properties of the import pipeline source.

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

Properties

keyVaultUri: string

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

type?: string

The type of source for the import pipeline.

uri?: string

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