你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PathAccessControl Class

Definition

The Access Control for a path.

public class PathAccessControl
type PathAccessControl = class
Public Class PathAccessControl
Inheritance
PathAccessControl

Properties

AccessControlList

The POSIX access control list for the file or directory. Included in the response only if Hierarchical Namespace is enabled for the account.

Group

The owning group of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account.

Owner

The owner of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account.

Permissions

The POSIX access permissions for the file owner, the file owning group, and others. Included in the response if Hierarchical Namespace is enabled for the account.

Applies to