AssetContainerPermission Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET