Uses of Class
com.azure.resourcemanager.appcontainers.models.IngressTransportMethod
-
Packages that use IngressTransportMethod Package Description com.azure.resourcemanager.appcontainers.models 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 IngressTransportMethod Modifier and Type Field Description static IngressTransportMethod
IngressTransportMethod. AUTO
Static value auto for IngressTransportMethod.static IngressTransportMethod
IngressTransportMethod. HTTP
Static value http for IngressTransportMethod.static IngressTransportMethod
IngressTransportMethod. HTTP2
Static value http2 for IngressTransportMethod.Methods in com.azure.resourcemanager.appcontainers.models that return IngressTransportMethod Modifier and Type Method Description static IngressTransportMethod
IngressTransportMethod. fromString(String name)
Creates or finds a IngressTransportMethod from its string representation.IngressTransportMethod
Ingress. transport()
Get the transport property: Ingress transport protocol.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type IngressTransportMethod Modifier and Type Method Description static Collection<IngressTransportMethod>
IngressTransportMethod. values()
Gets known IngressTransportMethod values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type IngressTransportMethod Modifier and Type Method Description Ingress
Ingress. withTransport(IngressTransportMethod transport)
Set the transport property: Ingress transport protocol.
-