RequestsBasedTrigger Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. RequestsBasedTrigger
- com.
public class RequestsBasedTrigger
Trigger based on total requests.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
count()
Get the count value. |
String |
timeInterval()
Get the timeInterval value. |
Requests |
withCount(Integer count)
Set the count value. |
Requests |
withTimeInterval(String timeInterval)
Set the timeInterval value. |
Method Details
count
public Integer count()
Get the count value.
Returns:
the count value
timeInterval
public String timeInterval()
Get the timeInterval value.
Returns:
the timeInterval value
withCount
public RequestsBasedTrigger withCount(Integer count)
Set the count value.
Parameters:
count
- the count value to set
Returns:
the RequestsBasedTrigger object itself.
withTimeInterval
public RequestsBasedTrigger withTimeInterval(String timeInterval)
Set the timeInterval value.
Parameters:
timeInterval
- the timeInterval value to set
Returns:
the RequestsBasedTrigger object itself.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java