SetValue Class
The properties of a overridable value that can be passed to a task template.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSetValue
Constructor
SetValue(*, name: str, value: str, is_secret: bool = False, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the overridable value. Required. |
value
|
The overridable value. Required. |
is_secret
|
Flag to indicate whether the value represents a secret or not. |
Variables
Name | Description |
---|---|
name
|
The name of the overridable value. Required. |
value
|
The overridable value. Required. |
is_secret
|
Flag to indicate whether the value represents a secret or not. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python