PrivateEndpointConnectionUpdateHeaders Class
- java.
lang. Object - com.
microsoft. azure. management. batch. PrivateEndpointConnectionUpdateHeaders
- com.
public class PrivateEndpointConnectionUpdateHeaders
Defines headers for Update operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
location()
Get the URL of the resource used to check the status of the asynchronous operation. |
Integer |
retryAfter()
Get suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. |
Private |
withLocation(String location)
Set the URL of the resource used to check the status of the asynchronous operation. |
Private |
withRetryAfter(Integer retryAfter)
Set suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. |
Method Details
location
public String location()
Get the URL of the resource used to check the status of the asynchronous operation.
Returns:
retryAfter
public Integer retryAfter()
Get suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.
Returns:
withLocation
public PrivateEndpointConnectionUpdateHeaders withLocation(String location)
Set the URL of the resource used to check the status of the asynchronous operation.
Parameters:
Returns:
withRetryAfter
public PrivateEndpointConnectionUpdateHeaders withRetryAfter(Integer retryAfter)
Set suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.
Parameters:
Returns:
Applies to
Azure SDK for Java