StoragePermissionScope.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.
The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), and Create (c).
public Azure.Provisioning.BicepValue<string> Permissions { get; set; }
member this.Permissions : Azure.Provisioning.BicepValue<string> with get, set
Public Property Permissions As BicepValue(Of String)