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