ElasticSmbEncryption 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.
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. |
| 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. |
| Inequality(ElasticSmbEncryption, ElasticSmbEncryption) |
Determines if two ElasticSmbEncryption values are not the same. |