| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystemTokenStore |
TokenStore.fileSystem()
Get the fileSystem property: The configuration settings of the storage of the tokens if a file system is used.
|
FileSystemTokenStore |
FileSystemTokenStore.withDirectory(String directory)
Set the directory property: The directory in which the tokens will be stored.
|
| Modifier and Type | Method and Description |
|---|---|
TokenStore |
TokenStore.withFileSystem(FileSystemTokenStore fileSystem)
Set the fileSystem property: The configuration settings of the storage of the tokens if a file system is used.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.