Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject

Module:
Az.Cdn Module

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

-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

-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

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

LoadBalancingSettingsParameters


Feedback

Was this page helpful?