Uses of Class
com.azure.resourcemanager.appservice.models.BlobStorageTokenStore
-
Packages that use BlobStorageTokenStore Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of BlobStorageTokenStore in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return BlobStorageTokenStore Modifier and Type Method Description BlobStorageTokenStoreTokenStore. azureBlobStorage()Get the azureBlobStorage property: The configuration settings of the storage of the tokens if blob storage is used.BlobStorageTokenStoreBlobStorageTokenStore. 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 BlobStorageTokenStore Modifier and Type Method Description TokenStoreTokenStore. withAzureBlobStorage(BlobStorageTokenStore azureBlobStorage)Set the azureBlobStorage property: The configuration settings of the storage of the tokens if blob storage is used.
-