ImportPipelineSourceProperties Class
The properties of the import pipeline source.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ImportPipelineSourceProperties
Constructor
ImportPipelineSourceProperties(*, key_vault_uri: str, type: Optional[Union[str, azure.mgmt.containerregistry.v2021_08_01_preview.models._container_registry_management_client_enums.PipelineSourceType]] = 'AzureStorageBlobContainer', uri: Optional[str] = None, **kwargs)
Variables
- type
- str or PipelineSourceType
The type of source for the import pipeline. Possible values include: "AzureStorageBlobContainer". Default value: "AzureStorageBlobContainer".
- uri
- str
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
- str
Required. They key vault secret uri to obtain the source storage SAS token.
Feedback
Submit and view feedback for