Class PrivateEndpointConnectionUpdateHeaders
java.lang.Object
com.microsoft.azure.management.batch.PrivateEndpointConnectionUpdateHeaders
Defines headers for Update operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlocation()
Get the URL of the resource used to check the status of the asynchronous operation.Get suggested delay to check the status of the asynchronous operation.withLocation
(String location) Set the URL of the resource used to check the status of the asynchronous operation.withRetryAfter
(Integer retryAfter) Set suggested delay to check the status of the asynchronous operation.
-
Constructor Details
-
PrivateEndpointConnectionUpdateHeaders
public PrivateEndpointConnectionUpdateHeaders()
-
-
Method Details
-
location
Get the URL of the resource used to check the status of the asynchronous operation.- Returns:
- the location value
-
withLocation
Set the URL of the resource used to check the status of the asynchronous operation.- Parameters:
location
- the location value to set- Returns:
- the PrivateEndpointConnectionUpdateHeaders object itself.
-
retryAfter
Get suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.- Returns:
- the retryAfter value
-
withRetryAfter
Set suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.- Parameters:
retryAfter
- the retryAfter value to set- Returns:
- the PrivateEndpointConnectionUpdateHeaders object itself.
-