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