public final class AfdEndpointProperties extends AfdEndpointPropertiesUpdateParameters
| Constructor and Description |
|---|
AfdEndpointProperties() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatus |
deploymentStatus()
Get the deploymentStatus property: The deploymentStatus property.
|
String |
hostname()
Get the hostname property: The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g.
|
AfdProvisioningState |
provisioningState()
Get the provisioningState property: Provisioning status.
|
void |
validate()
Validates the instance.
|
AfdEndpointProperties |
withEnabledState(EnabledState enabledState)
Set the enabledState property: Whether to enable use of this rule.
|
AfdEndpointProperties |
withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)
Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.
|
enabledState, originResponseTimeoutSecondspublic String hostname()
public AfdProvisioningState provisioningState()
public DeploymentStatus deploymentStatus()
public AfdEndpointProperties withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)
withOriginResponseTimeoutSeconds in class AfdEndpointPropertiesUpdateParametersoriginResponseTimeoutSeconds - the originResponseTimeoutSeconds value to set.public AfdEndpointProperties withEnabledState(EnabledState enabledState)
withEnabledState in class AfdEndpointPropertiesUpdateParametersenabledState - the enabledState value to set.public void validate()
validate in class AfdEndpointPropertiesUpdateParametersIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.