Freigeben über


NetAppSmbEncryptionState Struct

Definition

Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.

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

Constructors

Name Description
NetAppSmbEncryptionState(String)

Initializes a new instance of NetAppSmbEncryptionState.

Properties

Name Description
Disabled

SMB encryption is disabled.

Enabled

SMB encryption is enabled.

Methods

Name Description
Equals(NetAppSmbEncryptionState)

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

Determines if two NetAppSmbEncryptionState values are the same.

Implicit(String to NetAppSmbEncryptionState)

Converts a String to a NetAppSmbEncryptionState.

Inequality(NetAppSmbEncryptionState, NetAppSmbEncryptionState)

Determines if two NetAppSmbEncryptionState values are not the same.

Applies to