Uses of Class
com.azure.resourcemanager.appservice.models.DaprConfig
Packages that use DaprConfig
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DaprConfig in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DaprConfigModifier and TypeMethodDescriptionSiteInner.daprConfig()
Get the daprConfig property: Dapr configuration of the app.SitePropertiesInner.daprConfig()
Get the daprConfig property: Dapr configuration of the app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type DaprConfigModifier and TypeMethodDescriptionSiteInner.withDaprConfig
(DaprConfig daprConfig) Set the daprConfig property: Dapr configuration of the app.SitePropertiesInner.withDaprConfig
(DaprConfig daprConfig) Set the daprConfig property: Dapr configuration of the app. -
Uses of DaprConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DaprConfigModifier and TypeMethodDescriptionstatic DaprConfig
DaprConfig.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DaprConfig from the JsonReader.Set the appId property: Dapr application identifier.DaprConfig.withAppPort
(Integer appPort) Set the appPort property: Tells Dapr which port your application is listening on.DaprConfig.withEnableApiLogging
(Boolean enableApiLogging) Set the enableApiLogging property: Enables API logging for the Dapr sidecar.DaprConfig.withEnabled
(Boolean enabled) Set the enabled property: Boolean indicating if the Dapr side car is enabled.DaprConfig.withHttpMaxRequestSize
(Integer httpMaxRequestSize) Set the httpMaxRequestSize property: Increasing max size of request body http servers parameter in MB to handle uploading of big files.DaprConfig.withHttpReadBufferSize
(Integer httpReadBufferSize) Set the httpReadBufferSize property: Dapr max size of http header read buffer in KB to handle when sending multi-KB headers.DaprConfig.withLogLevel
(DaprLogLevel logLevel) Set the logLevel property: Sets the log level for the Dapr sidecar.