共用方式為


ApplicationGatewayBackendSettings Class

Definition

Backend address pool settings of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayBackendSettings : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayBackendSettings = class
    inherit SubResource
Public Class ApplicationGatewayBackendSettings
Inherits SubResource
Inheritance
ApplicationGatewayBackendSettings
Attributes

Constructors

ApplicationGatewayBackendSettings()

Initializes a new instance of the ApplicationGatewayBackendSettings class.

ApplicationGatewayBackendSettings(String, Nullable<Int32>, String, Nullable<Int32>, SubResource, IList<SubResource>, String, Nullable<Boolean>, String, String, String, String)

Initializes a new instance of the ApplicationGatewayBackendSettings class.

Properties

Etag

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

HostName

Gets or sets server name indication to be sent to the backend servers for Tls protocol.

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

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

PickHostNameFromBackendAddress

Gets or sets whether to pick server name indication from the host name of the backend server for Tls protocol. Default value is false.

Port

Gets or sets the destination port on the backend.

Probe

Gets or sets probe resource of an application gateway.

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'

Timeout

Gets or sets 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

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

Type

Gets type of the resource.

Applies to