IWithProtocol<ReturnT> 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<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.UpdateDefinition.IWithProtocolBeta<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithProtocol<'ReturnT> = interface
interface IWithProtocolBeta<'ReturnT>
interface IBeta
Public Interface IWithProtocol(Of ReturnT)
Implements IBeta, IWithProtocolBeta(Of ReturnT)
Type Parameters
- ReturnT
The stage of the parent application gateway update to return to after attaching this definition.
- Derived
- Implements
Methods
WithHttps() |
Specifies HTTPS as the protocol. (Inherited from IWithProtocolBeta<ReturnT>) |
WithProtocol(ApplicationGatewayProtocol) |
Specifies the transport protocol. |