NetAppNetworkFeature 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.
Network features available to the volume, or current state of update.
public readonly struct NetAppNetworkFeature : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppNetworkFeature>
type NetAppNetworkFeature = struct
Public Structure NetAppNetworkFeature
Implements IEquatable(Of NetAppNetworkFeature)
- Inheritance
-
NetAppNetworkFeature
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppNetworkFeature(String) |
Initializes a new instance of NetAppNetworkFeature. |
Properties
| Name | Description |
|---|---|
| Basic |
Basic network features. |
| BasicStandard |
Updating from Basic to Standard network features. |
| Standard |
Standard network features. |
| StandardBasic |
Updating from Standard to Basic network features. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppNetworkFeature) |
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(NetAppNetworkFeature, NetAppNetworkFeature) |
Determines if two NetAppNetworkFeature values are the same. |
| Implicit(String to NetAppNetworkFeature) |
Converts a String to a NetAppNetworkFeature. |
| Inequality(NetAppNetworkFeature, NetAppNetworkFeature) |
Determines if two NetAppNetworkFeature values are not the same. |