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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET