ElasticSmbEncryption Struct

Definition

SMB encryption.

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

Constructors

Name Description
ElasticSmbEncryption(String)

Initializes a new instance of ElasticSmbEncryption.

Properties

Name Description
Disabled

Value indicating the SMB encryption is disabled.

Enabled

Value indicating the SMB encryption is enabled.

Methods

Name Description
Equals(ElasticSmbEncryption)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ElasticSmbEncryption, ElasticSmbEncryption)

Determines if two ElasticSmbEncryption values are the same.

Implicit(String to ElasticSmbEncryption)

Converts a string to a ElasticSmbEncryption.

Implicit(String to Nullable<ElasticSmbEncryption>)
Inequality(ElasticSmbEncryption, ElasticSmbEncryption)

Determines if two ElasticSmbEncryption values are not the same.

Applies to