SourceUploadDefinition Class
The properties of a response to source upload request.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSourceUploadDefinition
Constructor
SourceUploadDefinition(*, upload_url: str | None = None, relative_path: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
upload_url
|
The URL where the client can upload the source. |
relative_path
|
The relative path to the source. This is used to submit the subsequent queue build request. |
Variables
Name | Description |
---|---|
upload_url
|
The URL where the client can upload the source. |
relative_path
|
The relative path to the source. This is used to submit the subsequent queue build request. |
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