Udostępnij przez


ElasticProtocolType Struct

Definition

Protocol types for elastic volume.

public readonly struct ElasticProtocolType : IEquatable<Azure.ResourceManager.NetApp.Models.ElasticProtocolType>
type ElasticProtocolType = struct
Public Structure ElasticProtocolType
Implements IEquatable(Of ElasticProtocolType)
Inheritance
ElasticProtocolType
Implements

Constructors

Name Description
ElasticProtocolType(String)

Initializes a new instance of ElasticProtocolType.

Properties

Name Description
NFSv3

NFSv3 protocol type.

NFSv4

NFSv4 protocol type.

SMB

SMB/CIFS protocol type.

Methods

Name Description
Equals(ElasticProtocolType)

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(ElasticProtocolType, ElasticProtocolType)

Determines if two ElasticProtocolType values are the same.

Implicit(String to ElasticProtocolType)

Converts a String to a ElasticProtocolType.

Inequality(ElasticProtocolType, ElasticProtocolType)

Determines if two ElasticProtocolType values are not the same.

Applies to