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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python