New-AzFrontDoorBackendPoolsSettingObject
Create a PSBackendPoolsSetting object for Front Door creation.
Syntax
Default (Default)
New-AzFrontDoorBackendPoolsSettingObject
[-EnforceCertificateNameCheck <PSEnabledState>]
[-SendRecvTimeoutInSeconds <Int32>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The New-AzFrontDoorBackendPoolsSettingObject cmdlet creates a new PSBackendPoolsSettings object for Front Door creation.
Examples
Example 1: Create BackendPoolsSettings object using defaults
New-AzFrontDoorBackendPoolsSettingObject
EnforceCertificateNameCheck : Enabled
SendRecvTimeoutInSeconds : 30
Id :
Name :
Type :
Example 2: Create BackendPoolsSettings object with user specified values
New-AzFrontDoorBackendPoolsSettingObject -SendRecvTimeoutInSeconds 60 -EnforceCertificateNameCheck Enabled
EnforceCertificateNameCheck : Enabled
SendRecvTimeoutInSeconds : 60
Id :
Name :
Type :
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Parameter properties
Type: | IAzureContextContainer |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-EnforceCertificateNameCheck
Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests.
Parameter properties
Type: | PSEnabledState |
Default value: | None |
Accepted values: | Enabled, Disabled |
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.