Partager via


IWithTimeout<ParentT>.WithTimeoutInSeconds(Int32) Méthode

Définition

Spécifie la durée, en secondes, d’attente d’une réponse avant que la sonde soit considérée comme ayant échoué.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithAttach<ParentT> WithTimeoutInSeconds (int seconds);
abstract member WithTimeoutInSeconds : int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithTimeoutInSeconds (seconds As Integer) As IWithAttach(Of ParentT)

Paramètres

seconds
Int32

Nombre de secondes compris entre 1 et 86400.

Retours

S’applique à