Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RecommendationProperties
Packages that use RecommendationProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of RecommendationProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RecommendationPropertiesModifier and TypeMethodDescriptionstatic RecommendationPropertiesRecommendationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecommendationProperties from the JsonReader.RecommendationProperties.withActionName(String actionName) Set the actionName property: Name of action recommended by this object.RecommendationProperties.withBladeName(String bladeName) Set the bladeName property: Deep link to a blade on the portal.RecommendationProperties.withChannels(Channels channels) Set the channels property: List of channels that this recommendation can apply.RecommendationProperties.withCreationTime(OffsetDateTime creationTime) Set the creationTime property: Timestamp when this instance was created.RecommendationProperties.withDisplayName(String displayName) Set the displayName property: UI friendly name of the rule (may not be unique).RecommendationProperties.withEnabled(Integer enabled) Set the enabled property: True if this recommendation is still valid (i.e.RecommendationProperties.withEndTime(OffsetDateTime endTime) Set the endTime property: The end time in UTC of a range that the recommendation refers to.RecommendationProperties.withExtensionName(String extensionName) Set the extensionName property: Extension name of the portal if exists.RecommendationProperties.withForwardLink(String forwardLink) Set the forwardLink property: Forward link to an external document associated with the rule.RecommendationProperties.withIsDynamic(Boolean isDynamic) Set the isDynamic property: True if this is associated with a dynamically added rule.RecommendationProperties.withLevel(NotificationLevel level) Set the level property: Level indicating how critical this recommendation can impact.RecommendationProperties.withMessage(String message) Set the message property: Recommendation text.RecommendationProperties.withNextNotificationTime(OffsetDateTime nextNotificationTime) Set the nextNotificationTime property: When to notify this recommendation next in UTC.RecommendationProperties.withNotificationExpirationTime(OffsetDateTime notificationExpirationTime) Set the notificationExpirationTime property: Date and time in UTC when this notification expires.RecommendationProperties.withNotifiedTime(OffsetDateTime notifiedTime) Set the notifiedTime property: Last timestamp in UTC this instance was actually notified.RecommendationProperties.withRecommendationId(UUID recommendationId) Set the recommendationId property: A GUID value that each recommendation object is associated with.RecommendationProperties.withResourceId(String resourceId) Set the resourceId property: Full ARM resource ID string that this recommendation object is associated with.RecommendationProperties.withResourceScope(ResourceScopeType resourceScope) Set the resourceScope property: Name of a resource type this recommendation applies, e.g.RecommendationProperties.withRuleName(String ruleName) Set the ruleName property: Unique name of the rule.Set the score property: A metric value measured by the rule.RecommendationProperties.withStartTime(OffsetDateTime startTime) Set the startTime property: The beginning time in UTC of a range that the recommendation refers to.RecommendationProperties.withStates(List<String> states) Set the states property: The list of states of this recommendation.