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 ne soit considérée comme ayant échoué.

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

Paramètres

seconds
Int32

Nombre de secondes, entre 1 et 86400.

Retours

IWithAttach<ParentT>

S’applique à