IStorageTaskAssignmentExecutionContext.TargetPrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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