NfsProtocolProperties.EncryptionInTransitRequired Property
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.
Encryption in transit defines whether data is encrypted for NFS shares.
public Azure.ResourceManager.FileShares.Models.EncryptionInTransitRequired? EncryptionInTransitRequired { get; set; }
member this.EncryptionInTransitRequired : Nullable<Azure.ResourceManager.FileShares.Models.EncryptionInTransitRequired> with get, set
Public Property EncryptionInTransitRequired As Nullable(Of EncryptionInTransitRequired)