Compartilhar via


IWithProtocol<ParentT> Interface

Definição

Estágio de uma atualização de investigação do gateway de aplicativo, permitindo especificar o protocolo da investigação.

public interface IWithProtocol<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<ParentT>,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>
type IWithProtocol<'ParentT> = interface
    interface IWithProtocol<IWithTimeout<'ParentT>, ApplicationGatewayProtocol>
Public Interface IWithProtocol(Of ParentT)
Implements IWithProtocol(Of IWithTimeout(Of ParentT), ApplicationGatewayProtocol)

Parâmetros de tipo

ParentT

O estágio da definição do gateway de aplicativo pai ao qual retornar depois de anexar essa definição.

Derivado
Implementações

Métodos

WithHttp()

Especifica HTTP como o protocolo de investigação.

WithHttps()

Especifica HTTPS como o protocolo de investigação.

WithProtocol(ProtocolT)

Especifica o protocolo de transporte.

(Herdado de IWithProtocol<ReturnT,ProtocolT>)

Aplica-se a