ApplicationGatewayBackendHttpSettingsInner Class

Definition

Backend address pool settings of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayBackendHttpSettingsInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayBackendHttpSettingsInner = class
    inherit SubResource
Public Class ApplicationGatewayBackendHttpSettingsInner
Inherits SubResource
Inheritance
ApplicationGatewayBackendHttpSettingsInner
Attributes

Constructors

ApplicationGatewayBackendHttpSettingsInner()

Initializes a new instance of the ApplicationGatewayBackendHttpSettingsInner class.

ApplicationGatewayBackendHttpSettingsInner(String, Nullable<Int32>, ApplicationGatewayProtocol, ApplicationGatewayCookieBasedAffinity, Nullable<Int32>, SubResource, IList<SubResource>, IList<SubResource>, ApplicationGatewayConnectionDraining, String, Nullable<Boolean>, String, Nullable<Boolean>, String, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayBackendHttpSettingsInner class.

Properties

AffinityCookieName

Gets or sets cookie name to use for the affinity cookie.

AuthenticationCertificates

Gets or sets array of references to application gateway authentication certificates.

ConnectionDraining

Gets or sets connection draining of the backend http settings resource.

CookieBasedAffinity

Gets or sets cookie based affinity. Possible values include: 'Enabled', 'Disabled'

Etag

Gets a unique read-only string that changes whenever the resource is updated.

HostName

Gets or sets host header to be sent to the backend servers.

Id

Resource Id

(Inherited from SubResource)
Name

Gets or sets name of the backend http settings that is unique within an Application Gateway.

Path

Gets or sets path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null.

PickHostNameFromBackendAddress

Gets or sets whether to pick host header should be picked from the host name of the backend server. Default value is false.

Port

Gets or sets the destination port on the backend.

Probe

Gets or sets probe resource of an application gateway.

ProbeEnabled

Gets or sets whether the probe is enabled. Default value is false.

Protocol

Gets or sets the protocol used to communicate with the backend. Possible values include: 'Http', 'Https'

ProvisioningState

Gets the provisioning state of the backend HTTP settings resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

RequestTimeout

Gets or sets request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds.

TrustedRootCertificates

Gets or sets array of references to application gateway trusted root certificates.

Type

Gets type of the resource.

Methods

Validate()

Validate the object.

Applies to