Uses of Class
com.azure.resourcemanager.appservice.models.Dapr
Packages that use Dapr
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Dapr in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DaprModifier and TypeMethodDescriptionTemplate.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: Port on which the Dapr side car.Dapr.withComponents
(List<DaprComponent> components) Set the components property: Collection of Dapr components.Dapr.withEnabled
(Boolean enabled) Set the enabled property: Boolean indicating if the Dapr side car is enabled.Methods in com.azure.resourcemanager.appservice.models with parameters of type Dapr