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