ShareFilesStorageResourceProvider.GetTokenCredential Delegate

Definition

Delegate for fetching a token credential for a given URI.

public delegate Azure.Core.TokenCredential ShareFilesStorageResourceProvider.GetTokenCredential(string uri, bool readOnly);
type ShareFilesStorageResourceProvider.GetTokenCredential = delegate of string * bool -> TokenCredential
Public Delegate Function ShareFilesStorageResourceProvider.GetTokenCredential(uri As String, readOnly As Boolean) As TokenCredential 

Parameters

uri
String

URI of resource to fetch credential for.

readOnly
Boolean

Whether the permission can be read-only.

Return Value

Applies to