ImportPipelineSourceProperties interface
The properties of the import pipeline source.
Properties
| key |
They key vault secret uri to obtain the source storage SAS token. |
| storage |
The storage access mode used for the customer storage account. |
| type | The type of source for the import pipeline. |
| uri | 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" |
Property Details
keyVaultUri
They key vault secret uri to obtain the source 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 source for the import pipeline.
type?: string
Property Value
string
uri
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"
uri?: string
Property Value
string