ApplicationGatewayBackendHttpSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backend address pool settings of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayBackendHttpSettings : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayBackendHttpSettings = class
inherit SubResource
Public Class ApplicationGatewayBackendHttpSettings
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayBackendHttpSettings() |
Initializes a new instance of the ApplicationGatewayBackendHttpSettings class. |
ApplicationGatewayBackendHttpSettings(String, Nullable<Int32>, String, String, Nullable<Int32>, SubResource, IList<SubResource>, IList<SubResource>, ApplicationGatewayConnectionDraining, String, Nullable<Boolean>, String, Nullable<Boolean>, String, String, String, String, String) |
Initializes a new instance of the ApplicationGatewayBackendHttpSettings 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 |
Gets or sets 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', 'Tcp', 'Tls' |
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
Azure SDK for .NET