ElasticServiceLevel 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.
Service level for elastic capacity pool.
public readonly struct ElasticServiceLevel : IEquatable<Azure.ResourceManager.NetApp.Models.ElasticServiceLevel>
type ElasticServiceLevel = struct
Public Structure ElasticServiceLevel
Implements IEquatable(Of ElasticServiceLevel)
- Inheritance
-
ElasticServiceLevel
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticServiceLevel(String) |
Initializes a new instance of ElasticServiceLevel. |
Properties
| Name | Description |
|---|---|
| ZoneRedundant |
Zone redundant storage service level. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticServiceLevel) |
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
| Name | Description |
|---|---|
| Equality(ElasticServiceLevel, ElasticServiceLevel) |
Determines if two ElasticServiceLevel values are the same. |
| Implicit(String to ElasticServiceLevel) |
Converts a String to a ElasticServiceLevel. |
| Inequality(ElasticServiceLevel, ElasticServiceLevel) |
Determines if two ElasticServiceLevel values are not the same. |