Share via


ExecutionTarget.ExcludePrefix Property

Definition

List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor.

public Azure.Provisioning.BicepList<string> ExcludePrefix { get; set; }
member this.ExcludePrefix : Azure.Provisioning.BicepList<string> with get, set
Public Property ExcludePrefix As BicepList(Of String)

Property Value

Applies to