StorageLeaseStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET