Share via


IBlobStorageTokenStore Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.BlobStorageTokenStoreTypeConverter))]
public interface IBlobStorageTokenStore : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.BlobStorageTokenStoreTypeConverter))>]
type IBlobStorageTokenStore = interface
    interface IJsonSerializable
Public Interface IBlobStorageTokenStore
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

SasUrlSettingName

The name of the app setting containing the SAS URL of the blob storage containing the tokens.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to