你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageTaskOperationName Struct
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.
The operation to be performed on the object.
public readonly struct StorageTaskOperationName : IEquatable<Azure.ResourceManager.StorageActions.Models.StorageTaskOperationName>
type StorageTaskOperationName = struct
Public Structure StorageTaskOperationName
Implements IEquatable(Of StorageTaskOperationName)
- Inheritance
-
StorageTaskOperationName
- Implements
Constructors
StorageTaskOperationName(String) |
Initializes a new instance of StorageTaskOperationName. |
Properties
DeleteBlob |
DeleteBlob. |
SetBlobExpiry |
SetBlobExpiry. |
SetBlobImmutabilityPolicy |
SetBlobImmutabilityPolicy. |
SetBlobLegalHold |
SetBlobLegalHold. |
SetBlobTags |
SetBlobTags. |
SetBlobTier |
SetBlobTier. |
UndeleteBlob |
UndeleteBlob. |
Methods
Equals(StorageTaskOperationName) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(StorageTaskOperationName, StorageTaskOperationName) |
Determines if two StorageTaskOperationName values are the same. |
Implicit(String to StorageTaskOperationName) |
Converts a string to a StorageTaskOperationName. |
Inequality(StorageTaskOperationName, StorageTaskOperationName) |
Determines if two StorageTaskOperationName values are not the same. |