Uses of Class
com.azure.resourcemanager.appplatform.models.BackendProtocol
Packages that use BackendProtocol
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of BackendProtocol in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as BackendProtocolModifier and TypeFieldDescriptionstatic final BackendProtocolBackendProtocol.DEFAULTStatic value Default for BackendProtocol.static final BackendProtocolBackendProtocol.GRPCStatic value GRPC for BackendProtocol.Methods in com.azure.resourcemanager.appplatform.models that return BackendProtocolModifier and TypeMethodDescriptionIngressSettings.backendProtocol()Get the backendProtocol property: How ingress should communicate with this app backend service.static BackendProtocolBackendProtocol.fromString(String name) Creates or finds a BackendProtocol from its string representation.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type BackendProtocolModifier and TypeMethodDescriptionstatic Collection<BackendProtocol>BackendProtocol.values()Gets known BackendProtocol values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type BackendProtocolModifier and TypeMethodDescriptionIngressSettings.withBackendProtocol(BackendProtocol backendProtocol) Set the backendProtocol property: How ingress should communicate with this app backend service.