Condividi tramite


NetAppElasticProtocolType Struct

Definition

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.

Applies to