Uses of Class
com.azure.resourcemanager.network.models.ResiliencyRecommendationComponents
Packages that use ResiliencyRecommendationComponents
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ResiliencyRecommendationComponents in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ResiliencyRecommendationComponentsModifier and TypeMethodDescriptionGatewayResiliencyInformationInner.components()Get the components property: List of Resiliency based Recommendation Components for the gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ResiliencyRecommendationComponentsModifier and TypeMethodDescriptionGatewayResiliencyInformationInner.withComponents(List<ResiliencyRecommendationComponents> components) Set the components property: List of Resiliency based Recommendation Components for the gateway. -
Uses of ResiliencyRecommendationComponents in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ResiliencyRecommendationComponentsModifier and TypeClassDescriptionfinal classGateway Resiliency based Recommendations.Methods in com.azure.resourcemanager.network.models that return ResiliencyRecommendationComponentsModifier and TypeMethodDescriptionResiliencyRecommendationComponents.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResiliencyRecommendationComponents from the JsonReader.ResiliencyRecommendationComponents.withCurrentScore(String currentScore) Set the currentScore property: Current Score of the gateway.ResiliencyRecommendationComponents.withMaxScore(String maxScore) Set the maxScore property: Max score that the gateway can achieve if the specified recommendation is applied.Set the name property: Name of the Resiliency based Recommendation Component.ResiliencyRecommendationComponents.withRecommendations(List<GatewayResiliencyRecommendation> recommendations) Set the recommendations property: List of Gateway Resiliency based Recommendations.