你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileSystemTokenStore Class

Definition

The configuration settings of the storage of the tokens if a file system is used.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FileSystemTokenStoreTypeConverter))]
public class FileSystemTokenStore : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IFileSystemTokenStore
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FileSystemTokenStoreTypeConverter))>]
type FileSystemTokenStore = class
    interface IFileSystemTokenStore
    interface IJsonSerializable
Public Class FileSystemTokenStore
Implements IFileSystemTokenStore
Inheritance
FileSystemTokenStore
Attributes
Implements

Constructors

FileSystemTokenStore()

Creates an new FileSystemTokenStore instance.

Properties

Directory

The directory in which the tokens will be stored.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileSystemTokenStore.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileSystemTokenStore.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IFileSystemTokenStore.

FromJsonString(String)

Creates a new instance of FileSystemTokenStore, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileSystemTokenStore into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to