Azure OSS for PHP API Reference

BlobContainerSasPermissions
in package

FinalYes

Selects the operations granted by a container service SAS.

Table of Contents

Properties

$add  : bool
$create  : bool
$delete  : bool
$deleteVersion  : bool
$execute  : bool
$find  : bool
$list  : bool
$move  : bool
$ownership  : bool
$permissions  : bool
$read  : bool
$setImmutabilityPolicy  : bool
$write  : bool

Methods

__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

public __construct([bool $read = false ][, bool $add = false ][, bool $create = false ][, bool $write = false ][, bool $delete = false ][, bool $deleteVersion = false ][, bool $list = false ][, bool $find = false ][, bool $move = false ][, bool $execute = false ][, bool $ownership = false ][, bool $permissions = false ][, bool $setImmutabilityPolicy = false ]) : mixed
Parameters
$read : bool = false
$add : bool = false
$create : bool = false
$write : bool = false
$delete : bool = false
$deleteVersion : bool = false
$list : bool = false
$find : bool = false
$move : bool = false
$execute : bool = false
$ownership : bool = false
$permissions : bool = false
$setImmutabilityPolicy : bool = false
On this page

Search results