Share via


StorageLeaseState Struct

Definition

Lease state of the container.

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

Constructors

StorageLeaseState(String)

Initializes a new instance of StorageLeaseState.

Properties

Available

Available.

Breaking

Breaking.

Broken

Broken.

Expired

Expired.

Leased

Leased.

Methods

Equals(StorageLeaseState)

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

Determines if two StorageLeaseState values are the same.

Implicit(String to StorageLeaseState)

Converts a string to a StorageLeaseState.

Inequality(StorageLeaseState, StorageLeaseState)

Determines if two StorageLeaseState values are not the same.

Applies to