ArmFrontDoorModelFactory.FrontDoorLoadBalancingSettingsData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of FrontDoorLoadBalancingSettingsData.
public static Azure.ResourceManager.FrontDoor.Models.FrontDoorLoadBalancingSettingsData FrontDoorLoadBalancingSettingsData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, int? sampleSize = default, int? successfulSamplesRequired = default, int? additionalLatencyMilliseconds = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceState? resourceState = default);
static member FrontDoorLoadBalancingSettingsData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceState> -> Azure.ResourceManager.FrontDoor.Models.FrontDoorLoadBalancingSettingsData
Public Shared Function FrontDoorLoadBalancingSettingsData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional sampleSize As Nullable(Of Integer) = Nothing, Optional successfulSamplesRequired As Nullable(Of Integer) = Nothing, Optional additionalLatencyMilliseconds As Nullable(Of Integer) = Nothing, Optional resourceState As Nullable(Of FrontDoorResourceState) = Nothing) As FrontDoorLoadBalancingSettingsData
Parameters
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
The number of samples within the sample period that must succeed.
The additional latency in milliseconds for probes to fall into the lowest latency bucket.
- resourceState
- Nullable<FrontDoorResourceState>
Resource status.
Returns
A new FrontDoorLoadBalancingSettingsData instance for mocking.
Applies to
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 SDK for .NET