NetAppElasticProtocolType 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.
Protocol types for elastic volume.
public readonly struct NetAppElasticProtocolType : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppElasticProtocolType>
type NetAppElasticProtocolType = struct
Public Structure NetAppElasticProtocolType
Implements IEquatable(Of NetAppElasticProtocolType)
- Inheritance
-
NetAppElasticProtocolType
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppElasticProtocolType(String) |
Initializes a new instance of NetAppElasticProtocolType. |
Properties
| Name | Description |
|---|---|
| Nfsv3 |
NFSv3 protocol type. |
| Nfsv4 |
NFSv4 protocol type. |
| Smb |
SMB/CIFS protocol type. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppElasticProtocolType) |
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(NetAppElasticProtocolType, NetAppElasticProtocolType) |
Determines if two NetAppElasticProtocolType values are the same. |
| Implicit(String to NetAppElasticProtocolType) |
Converts a String to a NetAppElasticProtocolType. |
| Inequality(NetAppElasticProtocolType, NetAppElasticProtocolType) |
Determines if two NetAppElasticProtocolType values are not the same. |