Uses of Class
com.azure.resourcemanager.appcontainers.models.IngressTransportMethod
Packages that use IngressTransportMethod
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of IngressTransportMethod in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as IngressTransportMethodModifier and TypeFieldDescriptionstatic final IngressTransportMethod
IngressTransportMethod.AUTO
Static value auto for IngressTransportMethod.static final IngressTransportMethod
IngressTransportMethod.HTTP
Static value http for IngressTransportMethod.static final IngressTransportMethod
IngressTransportMethod.HTTP2
Static value http2 for IngressTransportMethod.static final IngressTransportMethod
IngressTransportMethod.TCP
Static value tcp for IngressTransportMethod.Methods in com.azure.resourcemanager.appcontainers.models that return IngressTransportMethodModifier and TypeMethodDescriptionstatic IngressTransportMethod
IngressTransportMethod.fromString
(String name) Creates or finds a IngressTransportMethod from its string representation.Ingress.transport()
Get the transport property: Ingress transport protocol.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type IngressTransportMethodModifier and TypeMethodDescriptionstatic Collection
<IngressTransportMethod> IngressTransportMethod.values()
Gets known IngressTransportMethod values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type IngressTransportMethodModifier and TypeMethodDescriptionIngress.withTransport
(IngressTransportMethod transport) Set the transport property: Ingress transport protocol.