New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject
Create an in-memory object for LoadBalancingSettingsParameters.
Syntax
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.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SampleSize
The number of samples to consider for load balancing decisions.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SuccessfulSamplesRequired
The number of samples within the sample period that must succeed.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell