IWithProtocol<ParentT> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Étape d’une mise à jour de sonde application gateway permettant de spécifier le protocole de la sonde.
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)
Paramètres de type
- ParentT
Étape de la définition de passerelle Application Gateway parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
Méthodes
WithHttp() |
Spécifie HTTP comme protocole de sonde. |
WithHttps() |
Spécifie HTTPS comme protocole de sonde. |
WithProtocol(ProtocolT) |
Spécifie le protocole de transport. (Hérité de IWithProtocol<ReturnT,ProtocolT>) |
S’applique à
Azure SDK for .NET