Uses of Class
com.azure.resourcemanager.appservice.models.BlobStorageTokenStore
Packages that use BlobStorageTokenStore
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of BlobStorageTokenStore in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type BlobStorageTokenStoreModifier and TypeClassDescriptionfinal classThe configuration settings of the storage of the tokens if blob storage is used.Methods in com.azure.resourcemanager.appservice.models that return BlobStorageTokenStoreModifier and TypeMethodDescriptionTokenStore.azureBlobStorage()Get the azureBlobStorage property: The configuration settings of the storage of the tokens if blob storage is used.static BlobStorageTokenStoreBlobStorageTokenStore.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobStorageTokenStore from the JsonReader.BlobStorageTokenStore.withSasUrlSettingName(String sasUrlSettingName) Set the sasUrlSettingName property: The name of the app setting containing the SAS URL of the blob storage containing the tokens.Methods in com.azure.resourcemanager.appservice.models with parameters of type BlobStorageTokenStoreModifier and TypeMethodDescriptionTokenStore.withAzureBlobStorage(BlobStorageTokenStore azureBlobStorage) Set the azureBlobStorage property: The configuration settings of the storage of the tokens if blob storage is used.