PrivateEndpointConnectionsPutHeaders Class

  • java.lang.Object
    • com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionsPutHeaders

public final class PrivateEndpointConnectionsPutHeaders

The PrivateEndpointConnectionsPutHeaders model.

Constructor Summary

Constructor Description
PrivateEndpointConnectionsPutHeaders(HttpHeaders rawHeaders)

Creates an instance of PrivateEndpointConnectionsPutHeaders class.

Method Summary

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.

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionsPutHeaders

public PrivateEndpointConnectionsPutHeaders(HttpHeaders rawHeaders)

Creates an instance of PrivateEndpointConnectionsPutHeaders class.

Parameters:

rawHeaders - The raw HttpHeaders that will be used to create the property values.

Method Details

azureAsyncOperation

public String azureAsyncOperation()

Get the azureAsyncOperation property: The Azure-AsyncOperation property.

Returns:

the azureAsyncOperation value.

retryAfter

public Integer retryAfter()

Get the retryAfter property: The Retry-After property.

Returns:

the retryAfter value.

validate

public void validate()

Validates the instance.

withAzureAsyncOperation

public PrivateEndpointConnectionsPutHeaders withAzureAsyncOperation(String azureAsyncOperation)

Set the azureAsyncOperation property: The Azure-AsyncOperation property.

Parameters:

azureAsyncOperation - the azureAsyncOperation value to set.

Returns:

the PrivateEndpointConnectionsPutHeaders object itself.

withRetryAfter

public PrivateEndpointConnectionsPutHeaders withRetryAfter(Integer retryAfter)

Set the retryAfter property: The Retry-After property.

Parameters:

retryAfter - the retryAfter value to set.

Returns:

the PrivateEndpointConnectionsPutHeaders object itself.

Applies to