Freigeben über


IStorageTaskPreviewAction.ContainerMetadata Property

Definition

metadata key value pairs to be tested for a match against the provided condition.

[Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=true, Description="metadata 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="metadata", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewKeyValueProperties> ContainerMetadata { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=true, Description="metadata 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="metadata", Update=true)>]
member this.ContainerMetadata : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewKeyValueProperties> with get, set
Public Property ContainerMetadata As List(Of IStorageTaskPreviewKeyValueProperties)

Property Value

Attributes

Applies to