IWithProtocol Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of an application gateway backend HTTP configuration allowing to specify the protocol.
public interface IWithProtocol : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithProtocolBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithProtocol = interface
interface IWithProtocolBeta
interface IBeta
Public Interface IWithProtocol
Implements IBeta, IWithProtocolBeta
- Derived
- Implements
Methods
WithHttp() |
Specifies HTTP as the protocol. (Inherited from IWithProtocolBeta) |
WithHttps() |
Specifies HTTPS as the protocol. (Inherited from IWithProtocolBeta) |
WithProtocol(ApplicationGatewayProtocol) |
Specifies the transport protocol. |