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

AccessPolicyRole 结构

定义

定义 AccessPolicyRole 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRoleConverter))]
public struct AccessPolicyRole : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRole>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRoleConverter))>]
type AccessPolicyRole = struct
Public Structure AccessPolicyRole
Implements IEquatable(Of AccessPolicyRole)
继承
AccessPolicyRole
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

Reader

读取者角色允许通过客户端 API 执行只读操作。

方法

Equals(AccessPolicyRole)

比较 AccessPolicyRole 类型的枚举

Equals(Object)

替代 AccessPolicyRole 的 Equals 运算符

GetHashCode()

为 hashCode AccessPolicyRole 返回

ToString()

返回 AccessPolicyRole 的字符串表示形式

运算符

Equality(AccessPolicyRole, AccessPolicyRole)

为枚举 AccessPolicyRole 重写 == 运算符

Implicit(AccessPolicyRole to String)

用于将 AccessPolicyRole 转换为字符串的隐式运算符

Implicit(String to AccessPolicyRole)

用于将字符串转换为 AccessPolicyRole 的隐式运算符

Inequality(AccessPolicyRole, AccessPolicyRole)

替代 enum AccessPolicyRole 的 != 运算符

适用于