PipelineRunSourceProperties Class
PipelineRunSourceProperties.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPipelineRunSourceProperties
Constructor
PipelineRunSourceProperties(*, type: str | _models.PipelineRunSourceType = 'AzureStorageBlob', name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The type of the source. "AzureStorageBlob" Default value: AzureStorageBlob
|
name
|
The name of the source. |
Variables
Name | Description |
---|---|
type
|
The type of the source. "AzureStorageBlob" |
name
|
The name of the source. |
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