Edit

Share via


New-AzFrontDoorBackendPoolsSettingObject

Create an in-memory object for BackendPoolsSettings.

Syntax

Default (Default)

New-AzFrontDoorBackendPoolsSettingObject
    [-EnforceCertificateNameCheck <String>]
    [-SendRecvTimeoutInSeconds <Int32>]
    [<CommonParameters>]

Description

Create an in-memory object for BackendPoolsSettings.

Examples

Example 1: Create BackendPoolsSettings object using defaults

New-AzFrontDoorBackendPoolsSettingObject
EnforceCertificateNameCheck SendRecvTimeoutInSeconds
--------------------------- ------------------------
Enabled                                           30

Create BackendPoolsSettings object using defaults

Example 2: Create BackendPoolsSettings object with user specified values

New-AzFrontDoorBackendPoolsSettingObject -SendRecvTimeoutInSeconds 60 -EnforceCertificateNameCheck Enabled
EnforceCertificateNameCheck SendRecvTimeoutInSeconds
--------------------------- ------------------------
Enabled                                           60

Create BackendPoolsSettings object with user specified values

Parameters

-EnforceCertificateNameCheck

Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SendRecvTimeoutInSeconds

Send and receive timeout on forwarding request to the backend. When timeout is reached, the request fails and returns.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

BackendPoolsSettings