DockerBuildArg(String, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public DockerBuildArg (string name, object? value = default);
new Aspire.Hosting.ApplicationModel.DockerBuildArg : string * obj -> Aspire.Hosting.ApplicationModel.DockerBuildArg
Public Sub New (name As String, Optional value As Object = Nothing)
Parameters
- name
- String
The required name of the arg.
- value
- Object
The optional value of the arg, when omitted the value is populated from the corresponding environment variable.