Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayProtocol
Packages that use ApplicationGatewayProtocol
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ApplicationGatewayProtocolModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettingsPropertiesFormat.protocol()Get the protocol property: The protocol used to communicate with the backend.ApplicationGatewayBackendSettingsPropertiesFormat.protocol()Get the protocol property: The protocol used to communicate with the backend.ApplicationGatewayHttpListenerPropertiesFormat.protocol()Get the protocol property: Protocol of the HTTP listener.ApplicationGatewayListenerInner.protocol()Get the protocol property: Protocol of the listener.ApplicationGatewayListenerPropertiesFormat.protocol()Get the protocol property: Protocol of the listener.ApplicationGatewayProbeInner.protocol()Get the protocol property: The protocol used for the probe.ApplicationGatewayProbePropertiesFormat.protocol()Get the protocol property: The protocol used for the probe.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayProtocolModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettingsPropertiesFormat.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayBackendSettingsPropertiesFormat.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayHttpListenerPropertiesFormat.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: Protocol of the HTTP listener.ApplicationGatewayListenerInner.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: Protocol of the listener.ApplicationGatewayListenerPropertiesFormat.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: Protocol of the listener.ApplicationGatewayProbeInner.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used for the probe.ApplicationGatewayProbePropertiesFormat.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 ApplicationGatewayProtocolModifier and TypeFieldDescriptionstatic final ApplicationGatewayProtocolApplicationGatewayProtocol.HTTPStatic value Http for ApplicationGatewayProtocol.static final ApplicationGatewayProtocolApplicationGatewayProtocol.HTTPSStatic value Https for ApplicationGatewayProtocol.static final ApplicationGatewayProtocolApplicationGatewayProtocol.TCPStatic value Tcp for ApplicationGatewayProtocol.static final ApplicationGatewayProtocolApplicationGatewayProtocol.TLSStatic value Tls for ApplicationGatewayProtocol.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayProtocolModifier and TypeMethodDescriptionstatic ApplicationGatewayProtocolApplicationGatewayProtocol.fromString(String name) Creates or finds a ApplicationGatewayProtocol from its string representation.ApplicationGatewayRequestRoutingRule.frontendProtocol()Gets the frontend protocol.ApplicationGatewayBackendHttpSettings.protocol()Get the protocol property: The protocol used to communicate with the backend.ApplicationGatewayBackendSettings.protocol()Get the protocol property: The protocol used to communicate with the backend.ApplicationGatewayHttpListener.protocol()Get the protocol property: Protocol of the HTTP listener.ApplicationGatewayOnDemandProbe.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 ApplicationGatewayProtocolModifier and TypeMethodDescriptionstatic Collection<ApplicationGatewayProtocol> ApplicationGatewayProtocol.values()Gets known ApplicationGatewayProtocol values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayProtocolModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettings.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayBackendSettings.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used to communicate with the backend.ApplicationGatewayHttpListener.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: Protocol of the HTTP listener.ApplicationGatewayOnDemandProbe.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: The protocol used for the probe.