次の方法で共有


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

Constructor

ExportPipelineTargetProperties(*, key_vault_uri: str, type: str | None = None, uri: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type
str

The type of target for the export pipeline.

uri
str

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
str

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

Variables

Name Description
type
str

The type of target for the export pipeline.

uri
str

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
str

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