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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python