PrivateEndpointConnectionsPutHeaders Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. models. PrivateEndpointConnectionsPutHeaders
- com.
public final class PrivateEndpointConnectionsPutHeaders
The PrivateEndpointConnectionsPutHeaders model.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointConnectionsPutHeaders(HttpHeaders rawHeaders) |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
azureAsyncOperation()
Get the azure |
Integer |
retryAfter()
Get the retry |
void |
validate()
Validates the instance. |
Private |
withAzureAsyncOperation(String azureAsyncOperation)
Set the azure |
Private |
withRetryAfter(Integer retryAfter)
Set the retry |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionsPutHeaders
public PrivateEndpointConnectionsPutHeaders(HttpHeaders rawHeaders)
Creates an instance of PrivateEndpointConnectionsPutHeaders class.
Parameters:
Method Details
azureAsyncOperation
public String azureAsyncOperation()
Get the azureAsyncOperation property: The Azure-AsyncOperation property.
Returns:
retryAfter
public Integer retryAfter()
Get the retryAfter property: The Retry-After property.
Returns:
validate
public void validate()
Validates the instance.
withAzureAsyncOperation
public PrivateEndpointConnectionsPutHeaders withAzureAsyncOperation(String azureAsyncOperation)
Set the azureAsyncOperation property: The Azure-AsyncOperation property.
Parameters:
Returns:
withRetryAfter
public PrivateEndpointConnectionsPutHeaders withRetryAfter(Integer retryAfter)
Set the retryAfter property: The Retry-After property.
Parameters:
Returns:
Applies to
Azure SDK for Java