Dela via


StorageLeaseStatus Struct

Definition

The lease status of the container.

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

Constructors

StorageLeaseStatus(String)

Initializes a new instance of StorageLeaseStatus.

Properties

Locked

Locked.

Unlocked

Unlocked.

Methods

Equals(StorageLeaseStatus)

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

Determines if two StorageLeaseStatus values are the same.

Implicit(String to StorageLeaseStatus)

Converts a string to a StorageLeaseStatus.

Inequality(StorageLeaseStatus, StorageLeaseStatus)

Determines if two StorageLeaseStatus values are not the same.

Applies to