Uses of Class
com.azure.resourcemanager.appcontainers.models.Dapr
-
Packages that use Dapr Package Description com.azure.resourcemanager.appcontainers.models 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 Dapr Modifier and Type Method Description Dapr
Configuration. dapr()
Get the dapr property: Dapr configuration for the Container App.Dapr
Dapr. withAppId(String appId)
Set the appId property: Dapr application identifier.Dapr
Dapr. withAppPort(Integer appPort)
Set the appPort property: Tells Dapr which port your application is listening on.Dapr
Dapr. withAppProtocol(AppProtocol appProtocol)
Set the appProtocol property: Tells Dapr which protocol your application is using.Dapr
Dapr. withEnabled(Boolean enabled)
Set the enabled property: Boolean indicating if the Dapr side car is enabled.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type Dapr Modifier and Type Method Description Configuration
Configuration. withDapr(Dapr dapr)
Set the dapr property: Dapr configuration for the Container App.
-