StorageTaskOperationName Struct

Definition

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

Name Description
StorageTaskOperationName(String)

Initializes a new instance of StorageTaskOperationName.

Properties

Name Description
DeleteBlob

Gets the DeleteBlob.

SetBlobExpiry

Gets the SetBlobExpiry.

SetBlobImmutabilityPolicy

Gets the SetBlobImmutabilityPolicy.

SetBlobLegalHold

Gets the SetBlobLegalHold.

SetBlobTags

Gets the SetBlobTags.

SetBlobTier

Gets the SetBlobTier.

UndeleteBlob

Gets the UndeleteBlob.

Methods

Name Description
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

Name Description
Equality(StorageTaskOperationName, StorageTaskOperationName)

Determines if two StorageTaskOperationName values are the same.

Implicit(String to Nullable<StorageTaskOperationName>)
Implicit(String to StorageTaskOperationName)

Converts a string to a StorageTaskOperationName.

Inequality(StorageTaskOperationName, StorageTaskOperationName)

Determines if two StorageTaskOperationName values are not the same.

Applies to