MediaAssetContainerPermission 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.
The permissions to set on the SAS URL.
public readonly struct MediaAssetContainerPermission : IEquatable<Azure.ResourceManager.Media.Models.MediaAssetContainerPermission>
type MediaAssetContainerPermission = struct
Public Structure MediaAssetContainerPermission
Implements IEquatable(Of MediaAssetContainerPermission)
- Inheritance
-
MediaAssetContainerPermission
- Implements
Constructors
MediaAssetContainerPermission(String) |
Initializes a new instance of MediaAssetContainerPermission. |
Properties
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(MediaAssetContainerPermission) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MediaAssetContainerPermission, MediaAssetContainerPermission) |
Determines if two MediaAssetContainerPermission values are the same. |
Implicit(String to MediaAssetContainerPermission) |
Converts a string to a MediaAssetContainerPermission. |
Inequality(MediaAssetContainerPermission, MediaAssetContainerPermission) |
Determines if two MediaAssetContainerPermission values are not the same. |
Applies to
Azure SDK for .NET