你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ParametersLink Class
Entity representing the reference to the deployment parameters.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelParametersLink
Constructor
ParametersLink(*, uri: str, content_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
uri
|
The URI of the parameters file. Required. |
content_version
|
If included, must match the ContentVersion in the template. |
Variables
Name | Description |
---|---|
uri
|
The URI of the parameters file. Required. |
content_version
|
If included, must match the ContentVersion in the template. |