PremiumPageBlobAccessTier 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 PremiumPageBlobAccessTier.
public readonly struct PremiumPageBlobAccessTier : IEquatable<Azure.Storage.Blobs.Models.PremiumPageBlobAccessTier>
type PremiumPageBlobAccessTier = struct
Public Structure PremiumPageBlobAccessTier
Implements IEquatable(Of PremiumPageBlobAccessTier)
- Inheritance
-
PremiumPageBlobAccessTier
- Implements
Constructors
| PremiumPageBlobAccessTier(String) |
Initializes a new instance of PremiumPageBlobAccessTier. |
Properties
| P10 |
P10. |
| P15 |
P15. |
| P20 |
P20. |
| P30 |
P30. |
| P4 |
P4. |
| P40 |
P40. |
| P50 |
P50. |
| P6 |
P6. |
| P60 |
P60. |
| P70 |
P70. |
| P80 |
P80. |
Methods
| Equals(PremiumPageBlobAccessTier) |
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(PremiumPageBlobAccessTier, PremiumPageBlobAccessTier) |
Determines if two PremiumPageBlobAccessTier values are the same. |
| Implicit(String to PremiumPageBlobAccessTier) |
Converts a String to a PremiumPageBlobAccessTier. |
| Inequality(PremiumPageBlobAccessTier, PremiumPageBlobAccessTier) |
Determines if two PremiumPageBlobAccessTier values are not the same. |