public class OverridingArgument extends Object
| Constructor and Description |
|---|
OverridingArgument(String value,
boolean isSecret)
Constructor that defines an OverridingArgument.
|
public OverridingArgument(String value, boolean isSecret)
value - the value of the overriding argument.isSecret - whether the overriding argument will be secret.public String value()
public boolean isSecret()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/