Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayProtocol
Packages that use ApplicationGatewayProtocol
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayProtocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ApplicationGatewayProtocolModifier and TypeFieldDescriptionstatic final ApplicationGatewayProtocol
ApplicationGatewayProtocol.HTTP
Static value Http for ApplicationGatewayProtocol.static final ApplicationGatewayProtocol
ApplicationGatewayProtocol.HTTPS
Static value Https for ApplicationGatewayProtocol.Methods in com.microsoft.azure.management.network that return ApplicationGatewayProtocolModifier and TypeMethodDescriptionstatic ApplicationGatewayProtocol
ApplicationGatewayProtocol.fromString
(String name) Creates or finds a ApplicationGatewayProtocol from its string representation.ApplicationGatewayRequestRoutingRule.frontendProtocol()
ApplicationGatewayBackendHttpSettings.protocol()
Get the protocol used to communicate with the backend.ApplicationGatewayHttpListener.protocol()
Get protocol of the HTTP listener.ApplicationGatewayOnDemandProbe.protocol()
Get the protocol used for the probe.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayProtocolModifier and TypeMethodDescriptionstatic Collection<ApplicationGatewayProtocol>
ApplicationGatewayProtocol.values()
Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayProtocolModifier and TypeMethodDescriptionApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProtocol.withProtocol
(ApplicationGatewayProtocol protocol) Deprecated.ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithProtocol.withProtocol
(ApplicationGatewayProtocol protocol) Deprecated.useApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithProtocol.withHttps()
instead (HTTP is the default)ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocol.withProtocol
(ApplicationGatewayProtocol protocol) ApplicationGatewayBackendHttpSettings.withProtocol
(ApplicationGatewayProtocol protocol) Set the protocol used to communicate with the backend.ApplicationGatewayHttpListener.withProtocol
(ApplicationGatewayProtocol protocol) Set protocol of the HTTP listener.ApplicationGatewayOnDemandProbe.withProtocol
(ApplicationGatewayProtocol protocol) Set the protocol used for the probe.
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProtocol.withHttps()
instead (HTTP is the default)