NetAppBucketData.Permissions 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.
Access permissions for the bucket. Either ReadOnly or ReadWrite. The default is ReadOnly if no value is provided during bucket creation.
public Azure.ResourceManager.NetApp.Models.NetAppBucketPermission? Permissions { get; set; }
member this.Permissions : Nullable<Azure.ResourceManager.NetApp.Models.NetAppBucketPermission> with get, set
Public Property Permissions As Nullable(Of NetAppBucketPermission)