ArmNetworkModelFactory.GatewayResiliencyInformation 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 GatewayResiliencyInformation.
public static Azure.ResourceManager.Network.Models.GatewayResiliencyInformation GatewayResiliencyInformation(string overallScore = default, string scoreChange = default, string minScoreFromRecommendations = default, string maxScoreFromRecommendations = default, DateTimeOffset? lastComputedOn = default, DateTimeOffset? nextEligibleComputeOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ResiliencyRecommendationComponents> components = default);
static member GatewayResiliencyInformation : string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.Network.Models.ResiliencyRecommendationComponents> -> Azure.ResourceManager.Network.Models.GatewayResiliencyInformation
Public Shared Function GatewayResiliencyInformation (Optional overallScore As String = Nothing, Optional scoreChange As String = Nothing, Optional minScoreFromRecommendations As String = Nothing, Optional maxScoreFromRecommendations As String = Nothing, Optional lastComputedOn As Nullable(Of DateTimeOffset) = Nothing, Optional nextEligibleComputeOn As Nullable(Of DateTimeOffset) = Nothing, Optional components As IEnumerable(Of ResiliencyRecommendationComponents) = Nothing) As GatewayResiliencyInformation
Parameters
- overallScore
- String
Current Resiliency Score for the gateway.
- scoreChange
- String
Update in the Resiliency Score for the gateway from the last computed score.
- minScoreFromRecommendations
- String
Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway.
- maxScoreFromRecommendations
- String
Maximum increase expected in the score if all of the recommendations are applied for the gateway.
- lastComputedOn
- Nullable<DateTimeOffset>
Timestamp denoting the last time when the resiliency score was computed for the gateway.
- nextEligibleComputeOn
- Nullable<DateTimeOffset>
Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway.
- components
- IEnumerable<ResiliencyRecommendationComponents>
List of Resiliency based Recommendation Components for the gateway.
Returns
A new GatewayResiliencyInformation instance for mocking.