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.Definition.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 definition 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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET