Uses of Class
com.azure.resourcemanager.appservice.models.FileSystemTokenStore
-
Packages that use FileSystemTokenStore Package Description com.azure.resourcemanager.appservice.models 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 FileSystemTokenStore Modifier and Type Method Description FileSystemTokenStoreTokenStore. fileSystem()Get the fileSystem property: The configuration settings of the storage of the tokens if a file system is used.FileSystemTokenStoreFileSystemTokenStore. 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 FileSystemTokenStore Modifier and Type Method Description TokenStoreTokenStore. withFileSystem(FileSystemTokenStore fileSystem)Set the fileSystem property: The configuration settings of the storage of the tokens if a file system is used.
-