Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsDeployment
Packages that use FunctionsDeployment
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionsDeployment in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FunctionsDeploymentModifier and TypeMethodDescriptionFunctionAppConfig.deployment()Get the deployment property: Function app deployment configuration.static FunctionsDeploymentFunctionsDeployment.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionsDeployment from the JsonReader.FunctionsDeployment.withStorage(FunctionsDeploymentStorage storage) Set the storage property: Storage for deployed package used by the function app.Methods in com.azure.resourcemanager.appservice.models with parameters of type FunctionsDeploymentModifier and TypeMethodDescriptionFunctionAppConfig.withDeployment(FunctionsDeployment deployment) Set the deployment property: Function app deployment configuration.