ApplicationGatewayBackendHttpSettingsInner Constructors
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.
Overloads
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. |
ApplicationGatewayBackendHttpSettingsInner()
Initializes a new instance of the ApplicationGatewayBackendHttpSettingsInner class.
public ApplicationGatewayBackendHttpSettingsInner ();
Public Sub New ()
Applies to
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.
public ApplicationGatewayBackendHttpSettingsInner (string id = default, int? port = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol protocol = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayCookieBasedAffinity cookieBasedAffinity = default, int? requestTimeout = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource probe = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> authenticationCertificates = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> trustedRootCertificates = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayConnectionDraining connectionDraining = default, string hostName = default, bool? pickHostNameFromBackendAddress = default, string affinityCookieName = default, bool? probeEnabled = default, string path = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHttpSettingsInner : string * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayCookieBasedAffinity * Nullable<int> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayConnectionDraining * string * Nullable<bool> * string * Nullable<bool> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHttpSettingsInner
Public Sub New (Optional id As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional protocol As ApplicationGatewayProtocol = Nothing, Optional cookieBasedAffinity As ApplicationGatewayCookieBasedAffinity = Nothing, Optional requestTimeout As Nullable(Of Integer) = Nothing, Optional probe As SubResource = Nothing, Optional authenticationCertificates As IList(Of SubResource) = Nothing, Optional trustedRootCertificates As IList(Of SubResource) = Nothing, Optional connectionDraining As ApplicationGatewayConnectionDraining = Nothing, Optional hostName As String = Nothing, Optional pickHostNameFromBackendAddress As Nullable(Of Boolean) = Nothing, Optional affinityCookieName As String = Nothing, Optional probeEnabled As Nullable(Of Boolean) = Nothing, Optional path As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
- protocol
- ApplicationGatewayProtocol
The protocol used to communicate with the backend. Possible values include: 'Http', 'Https'
- cookieBasedAffinity
- ApplicationGatewayCookieBasedAffinity
Cookie based affinity. Possible values include: 'Enabled', 'Disabled'
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.
- probe
- SubResource
Probe resource of an application gateway.
- authenticationCertificates
- IList<SubResource>
Array of references to application gateway authentication certificates.
- trustedRootCertificates
- IList<SubResource>
Array of references to application gateway trusted root certificates.
- connectionDraining
- ApplicationGatewayConnectionDraining
Connection draining of the backend http settings resource.
- hostName
- String
Host header to be sent to the backend servers.
Whether to pick host header should be picked from the host name of the backend server. Default value is false.
- affinityCookieName
- String
Cookie name to use for the affinity cookie.
- path
- String
Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null.
- provisioningState
- ProvisioningState
The provisioning state of the backend HTTP settings resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the backend http settings that is unique within an Application Gateway.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.
Applies to
Azure SDK for .NET