Share via


BlobContainerState Struct

Definition

The BlobContainerState.

public readonly struct BlobContainerState : IEquatable<Azure.ResourceManager.Storage.Models.BlobContainerState>
type BlobContainerState = struct
Public Structure BlobContainerState
Implements IEquatable(Of BlobContainerState)
Inheritance
BlobContainerState
Implements

Constructors

BlobContainerState(String)

Initializes a new instance of BlobContainerState.

Properties

Deleted

deleted.

Methods

Equals(BlobContainerState)

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(BlobContainerState, BlobContainerState)

Determines if two BlobContainerState values are the same.

Implicit(String to BlobContainerState)

Converts a string to a BlobContainerState.

Inequality(BlobContainerState, BlobContainerState)

Determines if two BlobContainerState values are not the same.

Applies to