NetAppFileServiceLevel 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 service level of the file system.
public readonly struct NetAppFileServiceLevel : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppFileServiceLevel>
type NetAppFileServiceLevel = struct
Public Structure NetAppFileServiceLevel
Implements IEquatable(Of NetAppFileServiceLevel)
- Inheritance
-
NetAppFileServiceLevel
- Implements
Constructors
NetAppFileServiceLevel(String) |
Initializes a new instance of NetAppFileServiceLevel. |
Properties
Premium |
Premium service level. |
Standard |
Standard service level. |
StandardZrs |
Zone redundant storage service level. |
Ultra |
Ultra service level. |
Methods
Equals(NetAppFileServiceLevel) |
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(NetAppFileServiceLevel, NetAppFileServiceLevel) |
Determines if two NetAppFileServiceLevel values are the same. |
Implicit(String to NetAppFileServiceLevel) |
Converts a String to a NetAppFileServiceLevel. |
Inequality(NetAppFileServiceLevel, NetAppFileServiceLevel) |
Determines if two NetAppFileServiceLevel values are not the same. |
Applies to
Azure SDK for .NET