Uses of Class
com.azure.resourcemanager.appcontainers.models.BlobStorageTokenStore
Packages that use BlobStorageTokenStore
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of BlobStorageTokenStore in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.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 BlobStorageTokenStore
BlobStorageTokenStore.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 secrets containing the SAS URL of the blob storage containing the tokens.Methods in com.azure.resourcemanager.appcontainers.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.