ImportPipelineSourceProperties Class
The properties of the import pipeline source.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelImportPipelineSourceProperties
Constructor
ImportPipelineSourceProperties(*, key_vault_uri: str, type: str | _models.PipelineSourceType = 'AzureStorageBlobContainer', uri: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The type of source for the import pipeline. "AzureStorageBlobContainer" Default value: AzureStorageBlobContainer
|
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". |
key_vault_uri
|
They key vault secret uri to obtain the source storage SAS token. Required. |
Variables
Name | Description |
---|---|
type
|
The type of source for the import pipeline. "AzureStorageBlobContainer" |
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". |
key_vault_uri
|
They key vault secret uri to obtain the source storage SAS token. Required. |
Azure SDK for Python