BackendPoolsSettings Class

Definition

Settings that apply to all backend pools.

public class BackendPoolsSettings
type BackendPoolsSettings = class
Public Class BackendPoolsSettings
Inheritance
BackendPoolsSettings

Constructors

Name Description
BackendPoolsSettings()

Initializes a new instance of the BackendPoolsSettings class.

BackendPoolsSettings(String, Nullable<Int32>)

Initializes a new instance of the BackendPoolsSettings class.

Properties

Name Description
EnforceCertificateNameCheck

Gets or sets whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests. Possible values include: 'Enabled', 'Disabled'

SendRecvTimeoutSeconds

Gets or sets send and receive timeout on forwarding request to the backend. When timeout is reached, the request fails and returns.

Methods

Name Description
Validate()

Validate the object.

Extension Methods

Name Description
ToPSBackendPoolsSetting(BackendPoolsSettings)

Applies to