IStorageTaskPreviewBlobProperties.Property 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.
properties key value pairs to be tested for a match against the provided condition.
[Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=true, Description="properties key value pairs to be tested for a match against the provided condition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewKeyValueProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="properties", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewKeyValueProperties> Property { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=true, Description="properties key value pairs to be tested for a match against the provided condition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewKeyValueProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="properties", Update=true)>]
member this.Property : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewKeyValueProperties> with get, set
Public Property Property As List(Of IStorageTaskPreviewKeyValueProperties)
Property Value
- Attributes