New-AzFrontDoorLoadBalancingSettingObject
Create an in-memory object for LoadBalancingSettingsModel.
Syntax
Default (Default)
New-AzFrontDoorLoadBalancingSettingObject
[-AdditionalLatencyInMilliseconds <Int32>]
[-Name <String>]
[-SampleSize <Int32>]
[-SuccessfulSamplesRequired <Int32>]
[-Id <String>]
[<CommonParameters>]
Description
Create an in-memory object for LoadBalancingSettingsModel.
Examples
Example 1: Create a PSLoadBalancingSetting object for Front Door creation
New-AzFrontDoorLoadBalancingSettingObject -Name "loadbalancingsetting1"
AdditionalLatencyInMilliseconds : 0
Id :
Name : loadbalancingsetting1
ResourceState :
SampleSize : 4
SuccessfulSamplesRequired : 2
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.
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
-Id
Resource ID.
Parameter properties
Type: String
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
-Name
Resource name.
Parameter properties
Type: String
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 .
Outputs