public class FileSystemTokenStore extends ProxyOnlyResource
| Constructor and Description |
|---|
FileSystemTokenStore() |
| Modifier and Type | Method and Description |
|---|---|
String |
directory()
Get the directory property: The directory property.
|
void |
validate()
Validates the instance.
|
FileSystemTokenStore |
withDirectory(String directory)
Set the directory property: The directory property.
|
FileSystemTokenStore |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic String directory()
public FileSystemTokenStore withDirectory(String directory)
directory - the directory value to set.public FileSystemTokenStore withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.