Azure OSS for PHP API Reference

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

Methods

__construct()

public __construct([bool $service = false ][, bool $container = false ][, bool $object = false ]) : mixed
Parameters
$service : bool = false
$container : bool = false
$object : bool = false
On this page

Search results