ArmNetworkModelFactory.ApplicationGatewayBackendSettings Method

Definition

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

id
ResourceIdentifier

Resource ID.

name
String

Name of the resource.

type
String

Resource type.

port
Nullable<Int32>

The destination port on the backend.

protocol
Nullable<ApplicationGatewayProtocol>

The protocol used to communicate with the backend.

timeout
Nullable<Int32>

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.

pickHostNameFromBackendAddress
Nullable<Boolean>

Whether to pick server name indication from the host name of the backend server for Tls protocol. Default value is false.

enableL4ClientIpPreservation
Nullable<Boolean>

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.

eTag
Nullable<ETag>

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

Returns

A new ApplicationGatewayBackendSettings instance for mocking.

Applies to