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

AssetContainerPermission Struct

Definition

Defines values for 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)
Inheritance
AssetContainerPermission
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

Read

The SAS URL will allow read access to the container.

ReadWrite

The SAS URL will allow read and write access to the container.

ReadWriteDelete

The SAS URL will allow read, write and delete access to the container.

Methods

Equals(AssetContainerPermission)

Compares enums of type AssetContainerPermission

Equals(Object)

Overrides Equals operator for AssetContainerPermission

GetHashCode()

Returns for hashCode AssetContainerPermission

ToString()

Returns string representation for AssetContainerPermission

Operators

Equality(AssetContainerPermission, AssetContainerPermission)

Overriding == operator for enum AssetContainerPermission

Implicit(AssetContainerPermission to String)

Implicit operator to convert AssetContainerPermission to string

Implicit(String to AssetContainerPermission)

Implicit operator to convert string to AssetContainerPermission

Inequality(AssetContainerPermission, AssetContainerPermission)

Overriding != operator for enum AssetContainerPermission

Applies to