BackendReconnectContract Class
- java.
lang. Object - com.
microsoft. azure. ProxyResource - com.
microsoft. azure. management. apimanagement. v2019_01_01.BackendReconnectContract
- com.
- com.
public class BackendReconnectContract
extends com.microsoft.azure.ProxyResource
Reconnect request parameters.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BackendReconnectContract() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| org.joda.time.Period |
after()
Get duration in ISO8601 format after which reconnect will be initiated. |
|
Backend |
withAfter(Period after)
Set duration in ISO8601 format after which reconnect will be initiated. |
Methods inherited from com.microsoft.azure.ProxyResource
Methods inherited from java.lang.Object
Constructor Details
BackendReconnectContract
public BackendReconnectContract()
Method Details
after
public Period after()
Get duration in ISO8601 format after which reconnect will be initiated. Minimum duration of the Reconnect is PT2M.
Returns:
withAfter
public BackendReconnectContract withAfter(Period after)
Set duration in ISO8601 format after which reconnect will be initiated. Minimum duration of the Reconnect is PT2M.
Parameters:
Returns: