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