Partager via


IStorageTaskAssignmentUpdateExecutionContext.TargetPrefix Property

Definition

Required list of object prefixes to be included for task execution

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Required list of object prefixes to be included for task execution", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="prefix", Update=true)]
public System.Collections.Generic.List<string> TargetPrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Required list of object prefixes to be included for task execution", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="prefix", Update=true)>]
member this.TargetPrefix : System.Collections.Generic.List<string> with get, set
Public Property TargetPrefix As List(Of String)

Property Value

Attributes

Applies to