New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject
Create an in-memory object for LoadBalancingSettingsParameters.
PowerShell
New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject
[-AdditionalLatencyInMillisecond <Int32>]
[-SampleSize <Int32>]
[-SuccessfulSamplesRequired <Int32>]
[<CommonParameters>]
Create an in-memory object for LoadBalancingSettingsParameters.
PowerShell
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
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 |
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 |
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 |
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 feedback
Azure PowerShell is an open source project. Select a link to provide feedback: