你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AccessControlListProperties interface
访问控制列表属性定义资源属性。
- 扩展
属性
administrative |
资源的管理状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
configuration |
资源的配置状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
last |
上次同步的时间戳。 注意:此属性不会序列化。 它只能由服务器填充。 |
provisioning |
资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
继承属性
acls |
访问控制列表文件 URL。 |
annotation | 切换配置说明。 |
configuration |
用于配置访问控制列表的输入方法。 |
dynamic |
动态匹配配置列表。 |
match |
匹配配置列表。 |
属性详细信息
administrativeState
资源的管理状态。 注意:此属性不会序列化。 它只能由服务器填充。
administrativeState?: string
属性值
string
configurationState
资源的配置状态。 注意:此属性不会序列化。 它只能由服务器填充。
configurationState?: string
属性值
string
lastSyncedTime
上次同步的时间戳。 注意:此属性不会序列化。 它只能由服务器填充。
lastSyncedTime?: Date
属性值
Date
provisioningState
资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
继承属性详细信息
aclsUrl
annotation
configurationType
用于配置访问控制列表的输入方法。
configurationType?: string
属性值
string
dynamicMatchConfigurations
动态匹配配置列表。
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[]
属性值
继承自AccessControlListPatchableProperties.dynamicMatchConfigurations
matchConfigurations
匹配配置列表。
matchConfigurations?: AccessControlListMatchConfiguration[]