public class AfdEndpointInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
AfdEndpointInner() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatus |
deploymentStatus()
Get the deploymentStatus property: The deploymentStatus property.
|
EnabledState |
enabledState()
Get the enabledState property: Whether to enable use of this rule.
|
String |
hostname()
Get the hostname property: The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g.
|
Integer |
originResponseTimeoutSeconds()
Get the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.
|
AfdProvisioningState |
provisioningState()
Get the provisioningState property: Provisioning status.
|
SystemData |
systemData()
Get the systemData property: Read only system data.
|
void |
validate()
Validates the instance.
|
AfdEndpointInner |
withEnabledState(EnabledState enabledState)
Set the enabledState property: Whether to enable use of this rule.
|
AfdEndpointInner |
withLocation(String location) |
AfdEndpointInner |
withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)
Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.
|
AfdEndpointInner |
withTags(Map<String,String> tags) |
public Integer originResponseTimeoutSeconds()
public AfdEndpointInner withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)
originResponseTimeoutSeconds - the originResponseTimeoutSeconds value to set.public EnabledState enabledState()
public AfdEndpointInner withEnabledState(EnabledState enabledState)
enabledState - the enabledState value to set.public AfdProvisioningState provisioningState()
public DeploymentStatus deploymentStatus()
public String hostname()
public SystemData systemData()
public AfdEndpointInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic AfdEndpointInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.