New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject
Create an in-memory object for LoadBalancingSettingsParameters.
Syntax
Default (Default)
New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject
[-AdditionalLatencyInMillisecond <Int32>]
[-SampleSize <Int32>]
[-SuccessfulSamplesRequired <Int32>]
[<CommonParameters>]
Description
Create an in-memory object for LoadBalancingSettingsParameters.
Examples
Example 1: Create an in-memory object for AzureFrontDoor origin group `LoadBalancingSetting` object
New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject -AdditionalLatencyInMillisecond 200 -SampleSize 5 -SuccessfulSamplesRequired 4
AdditionalLatencyInMillisecond SampleSize SuccessfulSamplesRequired
------------------------------ ---------- -------------------------
200 5 4
Create an in-memory object for AzureFrontDoor origin group LoadBalancingSetting object
Parameters
-AdditionalLatencyInMillisecond
The additional latency in milliseconds for probes to fall into the lowest latency bucket.
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 |
-SampleSize
The number of samples to consider for load balancing decisions.
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 |
-SuccessfulSamplesRequired
The number of samples within the sample period that must succeed.
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.