次の方法で共有


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.Model
ImportPipelineSourceProperties

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
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

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
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

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