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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettingsTypeConverter))]
public class BackendPoolsSettings : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPoolsSettingsTypeConverter))>]
type BackendPoolsSettings = class
interface IBackendPoolsSettings
interface IJsonSerializable
Public Class BackendPoolsSettings
Implements IBackendPoolsSettings
- Inheritance
-
BackendPoolsSettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BackendPoolsSettings() |
Creates an new BackendPoolsSettings instance. |
Properties
| Name | Description |
|---|---|
| EnforceCertificateNameCheck |
Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests. |
| SendRecvTimeoutInSeconds |
Send and receive timeout on forwarding request to the backend. When timeout is reached, the request fails and returns. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BackendPoolsSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BackendPoolsSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings. |
| FromJsonString(String) |
Creates a new instance of BackendPoolsSettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BackendPoolsSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |