Share via


IWithProtocol<ParentT> Schnittstelle

Definition

Phase einer Anwendungsgatewaytestdefinition, in der das Protokoll des Tests angegeben werden kann.

public interface IWithProtocol<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasProtocol.UpdateDefinition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.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)

Typparameter

ParentT

Die Phase der Aktualisierung des übergeordneten Anwendungsgateways, zu der nach dem Anfügen dieser Definition zurückzukehren ist.

Abgeleitet
Implementiert

Methoden

WithHttp()

Gibt HTTP als Testprotokoll an.

WithHttps()

Gibt HTTPS als Testprotokoll an.

WithProtocol(ProtocolT)

Gibt das Transportprotokoll an.

(Geerbt von IWithProtocol<ReturnT,ProtocolT>)

Gilt für: