Uses of Class
com.azure.resourcemanager.appservice.models.FileSystemTokenStore
Packages that use FileSystemTokenStore
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FileSystemTokenStore in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FileSystemTokenStoreModifier and TypeMethodDescriptionTokenStore.fileSystem()
Get the fileSystem property: The configuration settings of the storage of the tokens if a file system is used.static FileSystemTokenStore
FileSystemTokenStore.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FileSystemTokenStore from the JsonReader.FileSystemTokenStore.withDirectory
(String directory) Set the directory property: The directory in which the tokens will be stored.Methods in com.azure.resourcemanager.appservice.models with parameters of type FileSystemTokenStoreModifier and TypeMethodDescriptionTokenStore.withFileSystem
(FileSystemTokenStore fileSystem) Set the fileSystem property: The configuration settings of the storage of the tokens if a file system is used.