Share via


NetAppNetworkFeature Struct

Definition

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

NetAppNetworkFeature(String)

Initializes a new instance of NetAppNetworkFeature.

Properties

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

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

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.

Applies to