Compartir a través de


Argument.IsSecret Property

Definition

Flag to indicate whether the argument represents a secret and want to be removed from build logs.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.PropertyOrigin.Owned)]
public bool? IsSecret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.PropertyOrigin.Owned)>]
member this.IsSecret : Nullable<bool> with get, set
Public Property IsSecret As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to