Compartilhar via


IStorageTaskPreviewActionProperties.Blob Property

Definition

Properties of some sample blobs in the container to test for matches with the preview action.

[Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=true, Description="Properties of some sample blobs in the container to test for matches with the preview action.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewBlobProperties) }, Read=true, ReadOnly=false, Required=true, SerializedName="blobs", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewBlobProperties> Blob { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=true, Description="Properties of some sample blobs in the container to test for matches with the preview action.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewBlobProperties) }, Read=true, ReadOnly=false, Required=true, SerializedName="blobs", Update=true)>]
member this.Blob : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewBlobProperties> with get, set
Public Property Blob As List(Of IStorageTaskPreviewBlobProperties)

Property Value

Attributes

Applies to