Freigeben über


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

Name Description
BlobContainerState(String)

Initializes a new instance of BlobContainerState.

Properties

Name Description
Deleted

deleted.

Methods

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

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