IStorageTaskPreviewBlobProperties.MatchedBlock 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.
Represents the condition block name that matched blob properties.
[Microsoft.Azure.PowerShell.Cmdlets.StorageAction.PSArgumentCompleter(new System.String[] { "If", "Else", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=false, Description="Represents the condition block name that matched blob properties.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="matchedBlock", Update=false)]
public string MatchedBlock { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.PSArgumentCompleter(new System.String[] { "If", "Else", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=false, Description="Represents the condition block name that matched blob properties.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="matchedBlock", Update=false)>]
member this.MatchedBlock : string
Public ReadOnly Property MatchedBlock As String
Property Value
- Attributes