Uses of Class
com.azure.resourcemanager.appservice.models.Dapr
-
Packages that use Dapr Package Description com.azure.resourcemanager.appservice.models 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 Dapr Modifier and Type Method Description DaprTemplate. dapr()Get the dapr property: Dapr configuration for the Container App.DaprDapr. withAppId(String appId)Set the appId property: Dapr application identifier.DaprDapr. withAppPort(Integer appPort)Set the appPort property: Port on which the Dapr side car.DaprDapr. withComponents(List<DaprComponent> components)Set the components property: Collection of Dapr components.DaprDapr. 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 Modifier and Type Method Description TemplateTemplate. withDapr(Dapr dapr)Set the dapr property: Dapr configuration for the Container App.
-