Sdílet prostřednictvím


FrontendEndpointUpdateParameters Class

Definition

Frontend endpoint used in routing rule

public class FrontendEndpointUpdateParameters
type FrontendEndpointUpdateParameters = class
Public Class FrontendEndpointUpdateParameters
Inheritance
FrontendEndpointUpdateParameters
Derived

Constructors

FrontendEndpointUpdateParameters()

Initializes a new instance of the FrontendEndpointUpdateParameters class.

FrontendEndpointUpdateParameters(String, String, Nullable<Int32>, FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink)

Initializes a new instance of the FrontendEndpointUpdateParameters class.

Properties

HostName

Gets or sets the host name of the frontendEndpoint. Must be a domain name.

SessionAffinityEnabledState

Gets or sets whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' Possible values include: 'Enabled', 'Disabled'

SessionAffinityTtlSeconds

Gets or sets uNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable.

WebApplicationFirewallPolicyLink

Gets or sets defines the Web Application Firewall policy for each host (if applicable)

Applies to