Uses of Class
com.azure.resourcemanager.appservice.models.IngressTransportMethod
Packages that use IngressTransportMethod
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of IngressTransportMethod in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as IngressTransportMethodModifier and TypeFieldDescriptionstatic final IngressTransportMethodIngressTransportMethod.AUTOStatic value auto for IngressTransportMethod.static final IngressTransportMethodIngressTransportMethod.HTTPStatic value http for IngressTransportMethod.static final IngressTransportMethodIngressTransportMethod.HTTP2Static value http2 for IngressTransportMethod.Methods in com.azure.resourcemanager.appservice.models that return IngressTransportMethodModifier and TypeMethodDescriptionstatic IngressTransportMethodIngressTransportMethod.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.appservice.models that return types with arguments of type IngressTransportMethodModifier and TypeMethodDescriptionstatic Collection<IngressTransportMethod> IngressTransportMethod.values()Gets known IngressTransportMethod values.Methods in com.azure.resourcemanager.appservice.models with parameters of type IngressTransportMethodModifier and TypeMethodDescriptionIngress.withTransport(IngressTransportMethod transport) Set the transport property: Ingress transport protocol.