Share via


OverridingValue(String, Boolean) Constructor

Definition

Constructor that defines an OverridingValue.

public OverridingValue (string value, bool isSecret);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.OverridingValue : string * bool -> Microsoft.Azure.Management.ContainerRegistry.Fluent.OverridingValue
Public Sub New (value As String, isSecret As Boolean)

Parameters

value
String

The value of the overriding value.

isSecret
Boolean

Whether the overriding value will be secret.

Applies to