Edit

Share via


New-AzFrontDoorLoadBalancingSettingObject

Create a PSLoadBalancingSetting object for Front Door creation

Syntax

Default (Default)

New-AzFrontDoorLoadBalancingSettingObject
    -Name <String>
    [-SampleSize <Int32>]
    [-SuccessfulSamplesRequired <Int32>]
    [-AdditionalLatencyInMilliseconds <Int32>]
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

Description

Create a PSLoadBalancingSetting object for Front Door creation

Examples

Example 1

New-AzFrontDoorLoadBalancingSettingObject -Name "loadbalancingsetting1"
SampleSize                    : 4
AdditionalLatencyMilliseconds : 0
SuccessfulSamplesRequired     : 2
ResourceState                 :
Id                            :
Name                          : loadbalancingsetting1
Type                          :

Create a PSLoadBalancingSetting object for Front Door creation

Parameters

-AdditionalLatencyInMilliseconds

The additional latency in milliseconds for probes to fall into the lowest latency bucket. Default value is 0

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

-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

-Name

health probe setting name.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
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. Default value is 4

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 Default value is 2

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.

Inputs

None

Outputs

PSLoadBalancingSetting