Class PrivateEndpointConnectionsPutHeaders
java.lang.Object
com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionsPutHeaders
The PrivateEndpointConnectionsPutHeaders model.
-
Constructor Summary
ConstructorsConstructorDescriptionPrivateEndpointConnectionsPutHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of PrivateEndpointConnectionsPutHeaders class. -
Method Summary
Modifier and TypeMethodDescriptionGet the azureAsyncOperation property: The Azure-AsyncOperation property.Get the retryAfter property: The Retry-After property.voidvalidate()Validates the instance.withAzureAsyncOperation(String azureAsyncOperation) Set the azureAsyncOperation property: The Azure-AsyncOperation property.withRetryAfter(Integer retryAfter) Set the retryAfter property: The Retry-After property.
-
Constructor Details
-
PrivateEndpointConnectionsPutHeaders
public PrivateEndpointConnectionsPutHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of PrivateEndpointConnectionsPutHeaders class.- Parameters:
rawHeaders- The raw HttpHeaders that will be used to create the property values.
-
-
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 PrivateEndpointConnectionsPutHeaders object itself.
-
azureAsyncOperation
Get the azureAsyncOperation property: The Azure-AsyncOperation property.- Returns:
- the azureAsyncOperation value.
-
withAzureAsyncOperation
Set the azureAsyncOperation property: The Azure-AsyncOperation property.- Parameters:
azureAsyncOperation- the azureAsyncOperation value to set.- Returns:
- the PrivateEndpointConnectionsPutHeaders object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-