Aracılığıyla paylaş


StorageCloudBlobCmdletBase.TagCondition Property

Definition

public virtual string TagCondition { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Optional Tag expression statement to check match condition. The blob request will fail when the blob tags does not match the given expression.See details in https://learn.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations#tags-conditional-operations.", Mandatory=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual string TagCondition { get; set; }
member this.TagCondition : string with get, set
[<System.Management.Automation.Parameter(HelpMessage="Optional Tag expression statement to check match condition. The blob request will fail when the blob tags does not match the given expression.See details in https://learn.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations#tags-conditional-operations.", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.TagCondition : string with get, set
Public Overridable Property TagCondition As String

Property Value

Attributes

Applies to