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

AssetContainerPermission 结构

定义

定义 AssetContainerPermission 的值。

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

字段

Read

SAS URL 将允许对容器进行读取访问。

ReadWrite

SAS URL 将允许对容器进行读取和写入访问。

ReadWriteDelete

SAS URL 将允许对容器进行读取、写入和删除访问。

方法

Equals(AssetContainerPermission)

比较 AssetContainerPermission 类型的枚举

Equals(Object)

替代 AssetContainerPermission 的 Equals 运算符

GetHashCode()

hashCode AssetContainerPermission 的返回值

ToString()

返回 AssetContainerPermission 的字符串表示形式

运算符

Equality(AssetContainerPermission, AssetContainerPermission)

重写枚举 AssetContainerPermission 的 == 运算符

Implicit(AssetContainerPermission to String)

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

Implicit(String to AssetContainerPermission)

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

Inequality(AssetContainerPermission, AssetContainerPermission)

重写 enum AssetContainerPermission 的 != 运算符

适用于