MediaAssetContainerPermission Struct

Definition

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