A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/javascript/api/@azure/storage-blob/accountsasresourcetypes below:

AccountSASResourceTypes class | Microsoft Learn

AccountSASResourceTypes class

ONLY AVAILABLE IN NODE.JS RUNTIME.

This is a helper class to construct a string representing the resources accessible by an AccountSAS. Setting a value to true means that any SAS which uses these permissions will grant access to that resource type. Once all the values are set, this should be serialized with toString and set as the resources field on an AccountSASSignatureValues object. It is possible to construct the resources string without this class, but the order of the resources is particular and this class guarantees correctness.

Properties container

Permission to access container level APIs (Blob Containers, Tables, Queues, File Shares) granted.

object

Permission to access object level APIs (Blobs, Table Entities, Queue Messages, Files) granted.

service

Permission to access service level APIs granted.

Property Details container

Permission to access container level APIs (Blob Containers, Tables, Queues, File Shares) granted.

container: boolean
Property Value

boolean

object

Permission to access object level APIs (Blobs, Table Entities, Queue Messages, Files) granted.

object: boolean
Property Value

boolean

service

Permission to access service level APIs granted.

service: boolean
Property Value

boolean

Method Details parse(string)

Creates an AccountSASResourceTypes from the specified resource types string. This method will throw an Error if it encounters a character that does not correspond to a valid resource type.

static function parse(resourceTypes: string): AccountSASResourceTypes
Parameters Returns

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4