Class PrivateEndpointConnectionsDeleteHeaders
java.lang.Object
com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionsDeleteHeaders
The PrivateEndpointConnectionsDeleteHeaders model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocation()Get the location property: The Location property.Get the retryAfter property: The Retry-After property.voidvalidate()Validates the instance.withLocation(String location) Set the location property: The Location property.withRetryAfter(Integer retryAfter) Set the retryAfter property: The Retry-After property.
-
Constructor Details
-
PrivateEndpointConnectionsDeleteHeaders
public PrivateEndpointConnectionsDeleteHeaders()
-
-
Method Details
-
retryAfter
Get the retryAfter property: The Retry-After property.- Returns:
- the retryAfter value.
-
withRetryAfter
Set the retryAfter property: The Retry-After property.- Parameters:
retryAfter- the retryAfter value to set.- Returns:
- the PrivateEndpointConnectionsDeleteHeaders object itself.
-
location
Get the location property: The Location property.- Returns:
- the location value.
-
withLocation
Set the location property: The Location property.- Parameters:
location- the location value to set.- Returns:
- the PrivateEndpointConnectionsDeleteHeaders object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-