PipelineRunTargetProperties Class
PipelineRunTargetProperties.
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. Default value: None
|
Variables
Name | Description |
---|---|
type
|
The type of the target. "AzureStorageBlob" |
name
|
The name of the target. |