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