Share via


TokenStore.AzureBlobStorage Property

Definition

Gets or sets the configuration settings of the storage of the tokens if blob storage is used.

[Newtonsoft.Json.JsonProperty(PropertyName="azureBlobStorage")]
public Microsoft.Azure.Management.WebSites.Models.BlobStorageTokenStore AzureBlobStorage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="azureBlobStorage")>]
member this.AzureBlobStorage : Microsoft.Azure.Management.WebSites.Models.BlobStorageTokenStore with get, set
Public Property AzureBlobStorage As BlobStorageTokenStore

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to