Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayProtocol
-
Packages that use ApplicationGatewayProtocol Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayProtocol in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayProtocol Modifier and Type Method Description ApplicationGatewayProtocolApplicationGatewayBackendHttpSettingsPropertiesFormat. protocol()Get the protocol property: The protocol used to communicate with the backend.ApplicationGatewayProtocolApplicationGatewayHttpListenerPropertiesFormat. protocol()Get the protocol property: Protocol of the HTTP listener.ApplicationGatewayProtocolApplicationGatewayProbeInner. protocol()Get the protocol property: The protocol used for the probe.ApplicationGatewayProtocolApplicationGatewayProbePropertiesFormat. protocol()Get the protocol property: The protocol used for the probe.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayProtocol Modifier and Type Method Description ApplicationGatewayBackendHttpSettingsPropertiesFormatApplicationGatewayBackendHttpSettingsPropertiesFormat. withProtocol(ApplicationGatewayProtocol protocol)Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayHttpListenerPropertiesFormatApplicationGatewayHttpListenerPropertiesFormat. withProtocol(ApplicationGatewayProtocol protocol)Set the protocol property: Protocol of the HTTP listener.ApplicationGatewayProbeInnerApplicationGatewayProbeInner. withProtocol(ApplicationGatewayProtocol protocol)Set the protocol property: The protocol used for the probe.ApplicationGatewayProbePropertiesFormatApplicationGatewayProbePropertiesFormat. withProtocol(ApplicationGatewayProtocol protocol)Set the protocol property: The protocol used for the probe. -
Uses of ApplicationGatewayProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayProtocol Modifier and Type Field Description static ApplicationGatewayProtocolApplicationGatewayProtocol. HTTPStatic value Http for ApplicationGatewayProtocol.static ApplicationGatewayProtocolApplicationGatewayProtocol. HTTPSStatic value Https for ApplicationGatewayProtocol.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayProtocol Modifier and Type Method Description static ApplicationGatewayProtocolApplicationGatewayProtocol. fromString(String name)Creates or finds a ApplicationGatewayProtocol from its string representation.ApplicationGatewayProtocolApplicationGatewayRequestRoutingRule. frontendProtocol()ApplicationGatewayProtocolApplicationGatewayBackendHttpSettings. protocol()Get the protocol property: The protocol used to communicate with the backend.ApplicationGatewayProtocolApplicationGatewayHttpListener. protocol()Get the protocol property: Protocol of the HTTP listener.ApplicationGatewayProtocolApplicationGatewayOnDemandProbe. protocol()Get the protocol property: The protocol used for the probe.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayProtocol Modifier and Type Method Description static Collection<ApplicationGatewayProtocol>ApplicationGatewayProtocol. values()Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayProtocol Modifier and Type Method Description ApplicationGatewayBackendHttpSettingsApplicationGatewayBackendHttpSettings. withProtocol(ApplicationGatewayProtocol protocol)Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayHttpListenerApplicationGatewayHttpListener. withProtocol(ApplicationGatewayProtocol protocol)Set the protocol property: Protocol of the HTTP listener.ApplicationGatewayOnDemandProbeApplicationGatewayOnDemandProbe. withProtocol(ApplicationGatewayProtocol protocol)Set the protocol property: The protocol used for the probe.
-