ShareAccessTier 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 ShareAccessTier.
public readonly struct ShareAccessTier : IEquatable<Azure.Storage.Files.Shares.Models.ShareAccessTier>
type ShareAccessTier = struct
Public Structure ShareAccessTier
Implements IEquatable(Of ShareAccessTier)
- Inheritance
-
ShareAccessTier
- Implements
Constructors
ShareAccessTier(String) |
Initializes a new instance of ShareAccessTier. |
Properties
Cool |
Cool. |
Hot |
Hot. |
Premium |
Premium. |
TransactionOptimized |
TransactionOptimized. |
Methods
Equals(ShareAccessTier) |
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(ShareAccessTier, ShareAccessTier) |
Determines if two ShareAccessTier values are the same. |
Implicit(String to ShareAccessTier) |
Converts a String to a ShareAccessTier. |
Inequality(ShareAccessTier, ShareAccessTier) |
Determines if two ShareAccessTier values are not the same. |
Applies to
Azure SDK for .NET