Argument Class
The properties of a run argument.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelArgument
Constructor
Argument(*, name: str, value: str, is_secret: bool = False, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the argument. Required. |
value
|
The value of the argument. Required. |
is_secret
|
Flag to indicate whether the argument represents a secret and want to be removed from build logs. |
Variables
Name | Description |
---|---|
name
|
The name of the argument. Required. |
value
|
The value of the argument. Required. |
is_secret
|
Flag to indicate whether the argument represents a secret and want to be removed from build logs. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python