Class AfdEndpointProperties

    • Constructor Detail

      • AfdEndpointProperties

        public AfdEndpointProperties()
    • Method Detail

      • hostname

        public String hostname()
        Get the hostname property: The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net.
        Returns:
        the hostname value.
      • provisioningState

        public AfdProvisioningState provisioningState()
        Get the provisioningState property: Provisioning status.
        Returns:
        the provisioningState value.
      • deploymentStatus

        public DeploymentStatus deploymentStatus()
        Get the deploymentStatus property: The deploymentStatus property.
        Returns:
        the deploymentStatus value.
      • withOriginResponseTimeoutSeconds

        public AfdEndpointProperties withOriginResponseTimeoutSeconds​(Integer originResponseTimeoutSeconds)
        Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
        Overrides:
        withOriginResponseTimeoutSeconds in class AfdEndpointPropertiesUpdateParameters
        Parameters:
        originResponseTimeoutSeconds - the originResponseTimeoutSeconds value to set.
        Returns:
        the AfdEndpointPropertiesUpdateParameters object itself.