Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage
Packages that use FunctionsDeploymentStorage
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionsDeploymentStorage in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FunctionsDeploymentStorageModifier and TypeMethodDescriptionstatic FunctionsDeploymentStorage
FunctionsDeploymentStorage.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionsDeploymentStorage from the JsonReader.FunctionsDeployment.storage()
Get the storage property: Storage for deployed package used by the function app.FunctionsDeploymentStorage.withAuthentication
(FunctionsDeploymentStorageAuthentication authentication) Set the authentication property: Authentication method to access the storage account for deployment.FunctionsDeploymentStorage.withType
(FunctionsDeploymentStorageType type) Set the type property: Property to select Azure Storage type.Set the value property: Property to set the URL for the selected Azure Storage type.Methods in com.azure.resourcemanager.appservice.models with parameters of type FunctionsDeploymentStorageModifier and TypeMethodDescriptionFunctionsDeployment.withStorage
(FunctionsDeploymentStorage storage) Set the storage property: Storage for deployed package used by the function app.