Share via


IJobResponse.BlobPath Property

Definition

A collection of blob-path strings.

[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Create=true, Description="A collection of blob-path strings.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="blobPath", Update=true)]
public System.Collections.Generic.List<string> BlobPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Create=true, Description="A collection of blob-path strings.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="blobPath", Update=true)>]
member this.BlobPath : System.Collections.Generic.List<string> with get, set
Public Property BlobPath As List(Of String)

Property Value

Attributes

Applies to