BackendPoolsSettings Class
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.
Settings that apply to all backend pools.
public class BackendPoolsSettings
type BackendPoolsSettings = class
Public Class BackendPoolsSettings
- Inheritance
-
BackendPoolsSettings
Constructors
BackendPoolsSettings() |
Initializes a new instance of the BackendPoolsSettings class. |
BackendPoolsSettings(String, Nullable<Int32>) |
Initializes a new instance of the BackendPoolsSettings class. |
Properties
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
Validate() |
Validate the object. |
Extension Methods
ToPSBackendPoolsSetting(BackendPoolsSettings) |