PipelineRunTargetProperties Class
PipelineRunTargetProperties.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPipelineRunTargetProperties
Constructor
PipelineRunTargetProperties(*, type: str | _models.PipelineRunTargetType = 'AzureStorageBlob', name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The type of the target. "AzureStorageBlob" Default value: AzureStorageBlob
|
name
|
The name of the target. |
Variables
Name | Description |
---|---|
type
|
The type of the target. "AzureStorageBlob" |
name
|
The name of the target. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python