public final class PrivateEndpointConnectionsPutHeaders extends Object
| Constructor and Description |
|---|
PrivateEndpointConnectionsPutHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
azureAsyncOperation()
Get the azureAsyncOperation property: The Azure-AsyncOperation property.
|
Integer |
retryAfter()
Get the retryAfter property: The Retry-After property.
|
void |
validate()
Validates the instance.
|
PrivateEndpointConnectionsPutHeaders |
withAzureAsyncOperation(String azureAsyncOperation)
Set the azureAsyncOperation property: The Azure-AsyncOperation property.
|
PrivateEndpointConnectionsPutHeaders |
withRetryAfter(Integer retryAfter)
Set the retryAfter property: The Retry-After property.
|
public PrivateEndpointConnectionsPutHeaders()
public Integer retryAfter()
public PrivateEndpointConnectionsPutHeaders withRetryAfter(Integer retryAfter)
retryAfter - the retryAfter value to set.public String azureAsyncOperation()
public PrivateEndpointConnectionsPutHeaders withAzureAsyncOperation(String azureAsyncOperation)
azureAsyncOperation - the azureAsyncOperation value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.