Uses of Class
com.azure.resourcemanager.appcontainers.models.AppProtocol
Packages that use AppProtocol
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of AppProtocol in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as AppProtocolModifier and TypeFieldDescriptionstatic final AppProtocol
AppProtocol.GRPC
Static value grpc for AppProtocol.static final AppProtocol
AppProtocol.HTTP
Static value http for AppProtocol.Methods in com.azure.resourcemanager.appcontainers.models that return AppProtocolModifier and TypeMethodDescriptionDapr.appProtocol()
Get the appProtocol property: Tells Dapr which protocol your application is using.static AppProtocol
AppProtocol.fromString
(String name) Creates or finds a AppProtocol from its string representation.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type AppProtocolModifier and TypeMethodDescriptionstatic Collection
<AppProtocol> AppProtocol.values()
Gets known AppProtocol values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AppProtocolModifier and TypeMethodDescriptionDapr.withAppProtocol
(AppProtocol appProtocol) Set the appProtocol property: Tells Dapr which protocol your application is using.