Partager via


IStorageTaskAssignmentExecutionContext.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.Runtime.Info(Create=true, Description="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", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludePrefix", Update=true)]
public System.Collections.Generic.List<string> TargetExcludePrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="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", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludePrefix", Update=true)>]
member this.TargetExcludePrefix : System.Collections.Generic.List<string> with get, set
Public Property TargetExcludePrefix As List(Of String)

Property Value

Attributes

Applies to