Partager via


StorageTaskAssignmentUpdateExecutionContext.TargetExcludePrefix 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

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<string> TargetExcludePrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Inlined)>]
member this.TargetExcludePrefix : System.Collections.Generic.List<string> with get, set
Public Property TargetExcludePrefix As List(Of String)

Property Value

Implements

Attributes

Applies to