Uses of Class
com.azure.resourcemanager.appcontainers.models.Dapr
Packages that use Dapr
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Dapr in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DaprModifier and TypeMethodDescriptionConfiguration.dapr()
Get the dapr property: Dapr configuration for the Container App.static Dapr
Dapr.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Dapr from the JsonReader.Set the appId property: Dapr application identifier.Dapr.withAppPort
(Integer appPort) Set the appPort property: Tells Dapr which port your application is listening on.Dapr.withAppProtocol
(AppProtocol appProtocol) Set the appProtocol property: Tells Dapr which protocol your application is using.Dapr.withEnableApiLogging
(Boolean enableApiLogging) Set the enableApiLogging property: Enables API logging for the Dapr sidecar.Dapr.withEnabled
(Boolean enabled) Set the enabled property: Boolean indicating if the Dapr side car is enabled.Dapr.withHttpMaxRequestSize
(Integer httpMaxRequestSize) Set the httpMaxRequestSize property: Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files.Dapr.withHttpReadBufferSize
(Integer httpReadBufferSize) Set the httpReadBufferSize property: Dapr max size of http header read buffer in KB to handle when sending multi-KB headers.Dapr.withLogLevel
(LogLevel logLevel) Set the logLevel property: Sets the log level for the Dapr sidecar.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type DaprModifier and TypeMethodDescriptionSet the dapr property: Dapr configuration for the Container App.