Uses of Class
com.azure.resourcemanager.network.models.GatewayResiliencyRecommendation
Packages that use GatewayResiliencyRecommendation
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of GatewayResiliencyRecommendation in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type GatewayResiliencyRecommendationModifier and TypeClassDescriptionfinal classResiliency Recommendation details.Methods in com.azure.resourcemanager.network.models that return GatewayResiliencyRecommendationModifier and TypeMethodDescriptionGatewayResiliencyRecommendation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayResiliencyRecommendation from the JsonReader.GatewayResiliencyRecommendation.withCallToActionLink(String callToActionLink) Set the callToActionLink property: Link to the public documentation for the associated recommendation.GatewayResiliencyRecommendation.withCallToActionText(String callToActionText) Set the callToActionText property: Acton items to apply the recommendation.GatewayResiliencyRecommendation.withRecommendationId(String recommendationId) Set the recommendationId property: Recommendation Id.GatewayResiliencyRecommendation.withRecommendationText(String recommendationText) Set the recommendationText property: Recommendation details.GatewayResiliencyRecommendation.withRecommendationTitle(String recommendationTitle) Set the recommendationTitle property: Recommendation Title.GatewayResiliencyRecommendation.withSeverity(String severity) Set the severity property: Impact associated with the recommendation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type GatewayResiliencyRecommendationModifier and TypeMethodDescriptionResiliencyRecommendationComponents.recommendations()Get the recommendations property: List of Gateway Resiliency based Recommendations.Method parameters in com.azure.resourcemanager.network.models with type arguments of type GatewayResiliencyRecommendationModifier and TypeMethodDescriptionResiliencyRecommendationComponents.withRecommendations(List<GatewayResiliencyRecommendation> recommendations) Set the recommendations property: List of Gateway Resiliency based Recommendations.