BuildArgument Class
Properties of a build argument.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelBuildArgument
Constructor
BuildArgument(*, type: str | _models.BuildArgumentType, name: str, value: str, is_secret: bool = False, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The type of the argument. Required. "DockerBuildArgument" |
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 |
---|---|
type
|
The type of the argument. Required. "DockerBuildArgument" |
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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python