Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RecommendationInner
Packages that use RecommendationInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of RecommendationInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type RecommendationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<RecommendationInner> RecommendationsClient.list()
List all recommendations for a subscription.com.azure.core.http.rest.PagedIterable
<RecommendationInner> List all recommendations for a subscription.com.azure.core.http.rest.PagedFlux
<RecommendationInner> RecommendationsClient.listAsync()
List all recommendations for a subscription.com.azure.core.http.rest.PagedFlux
<RecommendationInner> List all recommendations for a subscription.com.azure.core.http.rest.PagedIterable
<RecommendationInner> RecommendationsClient.listHistoryForHostingEnvironment
(String resourceGroupName, String hostingEnvironmentName) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedIterable
<RecommendationInner> RecommendationsClient.listHistoryForHostingEnvironment
(String resourceGroupName, String hostingEnvironmentName, Boolean expiredOnly, String filter, com.azure.core.util.Context context) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedFlux
<RecommendationInner> RecommendationsClient.listHistoryForHostingEnvironmentAsync
(String resourceGroupName, String hostingEnvironmentName) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedFlux
<RecommendationInner> RecommendationsClient.listHistoryForHostingEnvironmentAsync
(String resourceGroupName, String hostingEnvironmentName, Boolean expiredOnly, String filter) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedIterable
<RecommendationInner> RecommendationsClient.listHistoryForWebApp
(String resourceGroupName, String siteName) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedIterable
<RecommendationInner> RecommendationsClient.listHistoryForWebApp
(String resourceGroupName, String siteName, Boolean expiredOnly, String filter, com.azure.core.util.Context context) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedFlux
<RecommendationInner> RecommendationsClient.listHistoryForWebAppAsync
(String resourceGroupName, String siteName) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedFlux
<RecommendationInner> RecommendationsClient.listHistoryForWebAppAsync
(String resourceGroupName, String siteName, Boolean expiredOnly, String filter) Get past recommendations for an app, optionally specified by the time range.com.azure.core.http.rest.PagedIterable
<RecommendationInner> RecommendationsClient.listRecommendedRulesForHostingEnvironment
(String resourceGroupName, String hostingEnvironmentName) Get all recommendations for a hosting environment.com.azure.core.http.rest.PagedIterable
<RecommendationInner> RecommendationsClient.listRecommendedRulesForHostingEnvironment
(String resourceGroupName, String hostingEnvironmentName, Boolean featured, String filter, com.azure.core.util.Context context) Get all recommendations for a hosting environment.com.azure.core.http.rest.PagedFlux
<RecommendationInner> RecommendationsClient.listRecommendedRulesForHostingEnvironmentAsync
(String resourceGroupName, String hostingEnvironmentName) Get all recommendations for a hosting environment.com.azure.core.http.rest.PagedFlux
<RecommendationInner> RecommendationsClient.listRecommendedRulesForHostingEnvironmentAsync
(String resourceGroupName, String hostingEnvironmentName, Boolean featured, String filter) Get all recommendations for a hosting environment.com.azure.core.http.rest.PagedIterable
<RecommendationInner> RecommendationsClient.listRecommendedRulesForWebApp
(String resourceGroupName, String siteName) Get all recommendations for an app.com.azure.core.http.rest.PagedIterable
<RecommendationInner> RecommendationsClient.listRecommendedRulesForWebApp
(String resourceGroupName, String siteName, Boolean featured, String filter, com.azure.core.util.Context context) Get all recommendations for an app.com.azure.core.http.rest.PagedFlux
<RecommendationInner> RecommendationsClient.listRecommendedRulesForWebAppAsync
(String resourceGroupName, String siteName) Get all recommendations for an app.com.azure.core.http.rest.PagedFlux
<RecommendationInner> RecommendationsClient.listRecommendedRulesForWebAppAsync
(String resourceGroupName, String siteName, Boolean featured, String filter) Get all recommendations for an app. -
Uses of RecommendationInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RecommendationInnerModifier and TypeMethodDescriptionstatic RecommendationInner
RecommendationInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RecommendationInner from the JsonReader.RecommendationInner.withActionName
(String actionName) Set the actionName property: Name of action recommended by this object.RecommendationInner.withBladeName
(String bladeName) Set the bladeName property: Deep link to a blade on the portal.RecommendationInner.withChannels
(Channels channels) Set the channels property: List of channels that this recommendation can apply.RecommendationInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Timestamp when this instance was created.RecommendationInner.withDisplayName
(String displayName) Set the displayName property: UI friendly name of the rule (may not be unique).RecommendationInner.withEnabled
(Integer enabled) Set the enabled property: True if this recommendation is still valid (i.e.RecommendationInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end time in UTC of a range that the recommendation refers to.RecommendationInner.withExtensionName
(String extensionName) Set the extensionName property: Extension name of the portal if exists.RecommendationInner.withForwardLink
(String forwardLink) Set the forwardLink property: Forward link to an external document associated with the rule.RecommendationInner.withIsDynamic
(Boolean isDynamic) Set the isDynamic property: True if this is associated with a dynamically added rule.Set the kind property: Kind of resource.RecommendationInner.withLevel
(NotificationLevel level) Set the level property: Level indicating how critical this recommendation can impact.RecommendationInner.withMessage
(String message) Set the message property: Recommendation text.RecommendationInner.withNextNotificationTime
(OffsetDateTime nextNotificationTime) Set the nextNotificationTime property: When to notify this recommendation next in UTC.RecommendationInner.withNotificationExpirationTime
(OffsetDateTime notificationExpirationTime) Set the notificationExpirationTime property: Date and time in UTC when this notification expires.RecommendationInner.withNotifiedTime
(OffsetDateTime notifiedTime) Set the notifiedTime property: Last timestamp in UTC this instance was actually notified.RecommendationInner.withRecommendationId
(UUID recommendationId) Set the recommendationId property: A GUID value that each recommendation object is associated with.RecommendationInner.withResourceId
(String resourceId) Set the resourceId property: Full ARM resource ID string that this recommendation object is associated with.RecommendationInner.withResourceScope
(ResourceScopeType resourceScope) Set the resourceScope property: Name of a resource type this recommendation applies, e.g.RecommendationInner.withRuleName
(String ruleName) Set the ruleName property: Unique name of the rule.Set the score property: A metric value measured by the rule.RecommendationInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: The beginning time in UTC of a range that the recommendation refers to.RecommendationInner.withStates
(List<String> states) Set the states property: The list of states of this recommendation. -
Uses of RecommendationInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type RecommendationInnerModifier and TypeMethodDescriptionRecommendationCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type RecommendationInnerModifier and TypeMethodDescriptionRecommendationCollection.withValue
(List<RecommendationInner> value) Set the value property: Collection of resources.