ResourceOperation Enum
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 operations that a user can perform on a resource.
public enum class ResourceOperation
public enum ResourceOperation
type ResourceOperation =
Public Enum ResourceOperation
- Inheritance
-
ResourceOperation
Fields
Name | Value | Description |
---|---|---|
Delete | 0 | The user may delete a given resource. |
ReadProperties | 1 | The user may read resource properties. |
UpdateProperties | 2 | The user may modify or update resource properties. |
ReadContent | 3 | The user may read the MIME content of a resource. |
UpdateContent | 4 | The user may update or modify the MIME content of a resource. |
ReadAuthorizationPolicy | 5 | The user may read the security policy associated with a resource. |
UpdateDeleteAuthorizationPolicy | 6 | The user may update or delete the security policy associated with a resource. |