ArmNetworkModelFactory.ApplicationGatewayBackendSettings Method
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.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayBackendSettings ApplicationGatewayBackendSettings(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, int? port = default, Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol? protocol = default, int? timeout = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> trustedRootCertificates = default, string hostName = default, bool? pickHostNameFromBackendAddress = default, bool? enableL4ClientIpPreservation = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier probeId = default, Azure.ETag? eTag = default);
static member ApplicationGatewayBackendSettings : Azure.Core.ResourceIdentifier * string * string * Nullable<int> * Nullable<Azure.ResourceManager.Network.Models.ApplicationGatewayProtocol> * Nullable<int> * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * string * Nullable<bool> * Nullable<bool> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.ApplicationGatewayBackendSettings
Public Shared Function ApplicationGatewayBackendSettings (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional protocol As Nullable(Of ApplicationGatewayProtocol) = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional trustedRootCertificates As IEnumerable(Of WritableSubResource) = Nothing, Optional hostName As String = Nothing, Optional pickHostNameFromBackendAddress As Nullable(Of Boolean) = Nothing, Optional enableL4ClientIpPreservation As Nullable(Of Boolean) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional probeId As ResourceIdentifier = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As ApplicationGatewayBackendSettings
Parameters
Resource ID.
- name
- String
Name of the resource.
- type
- String
Resource type.
- protocol
- Nullable<ApplicationGatewayProtocol>
The protocol used to communicate with the backend.
Connection timeout in seconds. Application Gateway will fail the request if response is not received within ConnectionTimeout. Acceptable values are from 1 second to 86400 seconds.
- trustedRootCertificates
- IEnumerable<WritableSubResource>
Array of references to application gateway trusted root certificates.
- hostName
- String
Server name indication to be sent to the backend servers for Tls protocol.
Whether to pick server name indication from the host name of the backend server for Tls protocol. Default value is false.
Whether to send Proxy Protocol header to backend servers over TCP or TLS protocols. Default value is false.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the backend HTTP settings resource.
- probeId
- ResourceIdentifier
Resource ID.
Returns
A new ApplicationGatewayBackendSettings instance for mocking.