AccountSasResourceTypes
in package
FinalYes
Selects the service, container, and object resource types granted by an account SAS.
Table of Contents
Properties
- $container : bool
- $object : bool
- $service : bool
Methods
- __construct() : mixed
- __toString() : string
Properties
$container
public
bool
$container
= false
$object
public
bool
$object
= false
$service
public
bool
$service
= false
Methods
__construct()
public
__construct([bool $service = false ][, bool $container = false ][, bool $object = false ]) : mixed
Parameters
- $service : bool = false
- $container : bool = false
- $object : bool = false
__toString()
public
__toString() : string