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
Subclasses with type arguments of type ApplicationGatewayProtocol in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classApplication Gateway protocol.Subinterfaces with type arguments of type ApplicationGatewayProtocol in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceA client-side representation of an application gateway's backend HTTP configuration.interfaceA client-side representation of an application gateway's HTTP listener.interfaceA client-side representation of an application gateway probe.static interfaceStage of an application gateway probe update allowing to specify the protocol of the probe.static interfaceStage of an application gateway probe definition allowing to specify the protocol of the probe.static interfaceStage of an application gateway probe update allowing to specify the protocol of the probe.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.