ElasticExportPolicyRule.UnixAccessRule 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.
Specifies the Unix file access level for the volume. It encompasses both read-only and read-write permissions. Additionally, NoAccess can be set to block all access to the volume.
public Azure.ResourceManager.NetApp.Models.ElasticUnixAccessRule? UnixAccessRule { get; set; }
member this.UnixAccessRule : Nullable<Azure.ResourceManager.NetApp.Models.ElasticUnixAccessRule> with get, set
Public Property UnixAccessRule As Nullable(Of ElasticUnixAccessRule)