Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Recommendations

Package version

Class representing a Recommendations.

Hierarchy

  • Recommendations

Index

Constructors

constructor

Methods

disableAllForHostingEnvironment

  • disableAllForHostingEnvironment(resourceGroupName: string, environmentName: string, hostingEnvironmentName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • disableAllForHostingEnvironment(resourceGroupName: string, environmentName: string, hostingEnvironmentName: string, callback: msRest.ServiceCallback<void>): void
  • disableAllForHostingEnvironment(resourceGroupName: string, environmentName: string, hostingEnvironmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Disable all recommendations for an app.

    summary

    Disable all recommendations for an app.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • environmentName: string

      Name of the app.

    • hostingEnvironmentName: string
    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • environmentName: string

      Name of the app.

    • hostingEnvironmentName: string
    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • environmentName: string

      Name of the app.

    • hostingEnvironmentName: string
    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

disableAllForWebApp

  • disableAllForWebApp(resourceGroupName: string, siteName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • disableAllForWebApp(resourceGroupName: string, siteName: string, callback: msRest.ServiceCallback<void>): void
  • disableAllForWebApp(resourceGroupName: string, siteName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Disable all recommendations for an app.

    summary

    Disable all recommendations for an app.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

disableRecommendationForHostingEnvironment

  • disableRecommendationForHostingEnvironment(resourceGroupName: string, environmentName: string, name: string, hostingEnvironmentName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • disableRecommendationForHostingEnvironment(resourceGroupName: string, environmentName: string, name: string, hostingEnvironmentName: string, callback: msRest.ServiceCallback<void>): void
  • disableRecommendationForHostingEnvironment(resourceGroupName: string, environmentName: string, name: string, hostingEnvironmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Disables the specific rule for a web site permanently.

    summary

    Disables the specific rule for a web site permanently.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • environmentName: string

      Site name

    • name: string

      Rule name

    • hostingEnvironmentName: string
    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • environmentName: string

      Site name

    • name: string

      Rule name

    • hostingEnvironmentName: string
    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • environmentName: string

      Site name

    • name: string

      Rule name

    • hostingEnvironmentName: string
    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

disableRecommendationForSite

  • disableRecommendationForSite(resourceGroupName: string, siteName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • disableRecommendationForSite(resourceGroupName: string, siteName: string, name: string, callback: msRest.ServiceCallback<void>): void
  • disableRecommendationForSite(resourceGroupName: string, siteName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Disables the specific rule for a web site permanently.

    summary

    Disables the specific rule for a web site permanently.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Site name

    • name: string

      Rule name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Site name

    • name: string

      Rule name

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Site name

    • name: string

      Rule name

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

disableRecommendationForSubscription

  • disableRecommendationForSubscription(name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • disableRecommendationForSubscription(name: string, callback: msRest.ServiceCallback<void>): void
  • disableRecommendationForSubscription(name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Disables the specified rule so it will not apply to a subscription in the future.

    summary

    Disables the specified rule so it will not apply to a subscription in the future.

    Parameters

    • name: string

      Rule name

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • name: string

      Rule name

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • name: string

      Rule name

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

getRuleDetailsByHostingEnvironment

  • getRuleDetailsByHostingEnvironment(resourceGroupName: string, hostingEnvironmentName: string, name: string, options?: Models.RecommendationsGetRuleDetailsByHostingEnvironmentOptionalParams): Promise<Models.RecommendationsGetRuleDetailsByHostingEnvironmentResponse>
  • getRuleDetailsByHostingEnvironment(resourceGroupName: string, hostingEnvironmentName: string, name: string, callback: msRest.ServiceCallback<RecommendationRule>): void
  • getRuleDetailsByHostingEnvironment(resourceGroupName: string, hostingEnvironmentName: string, name: string, options: RecommendationsGetRuleDetailsByHostingEnvironmentOptionalParams, callback: msRest.ServiceCallback<RecommendationRule>): void
  • Get a recommendation rule for an app.

    summary

    Get a recommendation rule for an app.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • hostingEnvironmentName: string

      Name of the hosting environment.

    • name: string

      Name of the recommendation.

    • Optional options: Models.RecommendationsGetRuleDetailsByHostingEnvironmentOptionalParams

    Returns Promise<Models.RecommendationsGetRuleDetailsByHostingEnvironmentResponse>

    Promise<Models.RecommendationsGetRuleDetailsByHostingEnvironmentResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • hostingEnvironmentName: string

      Name of the hosting environment.

    • name: string

      Name of the recommendation.

    • callback: msRest.ServiceCallback<RecommendationRule>

      The callback

    Returns void

  • Parameters

    Returns void

getRuleDetailsByWebApp

  • getRuleDetailsByWebApp(resourceGroupName: string, siteName: string, name: string, options?: Models.RecommendationsGetRuleDetailsByWebAppOptionalParams): Promise<Models.RecommendationsGetRuleDetailsByWebAppResponse>
  • getRuleDetailsByWebApp(resourceGroupName: string, siteName: string, name: string, callback: msRest.ServiceCallback<RecommendationRule>): void
  • getRuleDetailsByWebApp(resourceGroupName: string, siteName: string, name: string, options: RecommendationsGetRuleDetailsByWebAppOptionalParams, callback: msRest.ServiceCallback<RecommendationRule>): void
  • Get a recommendation rule for an app.

    summary

    Get a recommendation rule for an app.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • name: string

      Name of the recommendation.

    • Optional options: Models.RecommendationsGetRuleDetailsByWebAppOptionalParams

    Returns Promise<Models.RecommendationsGetRuleDetailsByWebAppResponse>

    Promise<Models.RecommendationsGetRuleDetailsByWebAppResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • name: string

      Name of the recommendation.

    • callback: msRest.ServiceCallback<RecommendationRule>

      The callback

    Returns void

  • Parameters

    Returns void

list

listHistoryForHostingEnvironment

  • listHistoryForHostingEnvironment(resourceGroupName: string, hostingEnvironmentName: string, options?: Models.RecommendationsListHistoryForHostingEnvironmentOptionalParams): Promise<Models.RecommendationsListHistoryForHostingEnvironmentResponse>
  • listHistoryForHostingEnvironment(resourceGroupName: string, hostingEnvironmentName: string, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • listHistoryForHostingEnvironment(resourceGroupName: string, hostingEnvironmentName: string, options: RecommendationsListHistoryForHostingEnvironmentOptionalParams, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • Get past recommendations for an app, optionally specified by the time range.

    summary

    Get past recommendations for an app, optionally specified by the time range.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • hostingEnvironmentName: string

      Name of the hosting environment.

    • Optional options: Models.RecommendationsListHistoryForHostingEnvironmentOptionalParams

    Returns Promise<Models.RecommendationsListHistoryForHostingEnvironmentResponse>

    Promise<Models.RecommendationsListHistoryForHostingEnvironmentResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • hostingEnvironmentName: string

      Name of the hosting environment.

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

  • Parameters

    Returns void

listHistoryForHostingEnvironmentNext

  • listHistoryForHostingEnvironmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RecommendationsListHistoryForHostingEnvironmentNextResponse>
  • listHistoryForHostingEnvironmentNext(nextPageLink: string, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • listHistoryForHostingEnvironmentNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • Get past recommendations for an app, optionally specified by the time range.

    summary

    Get past recommendations for an app, optionally specified by the time range.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RecommendationsListHistoryForHostingEnvironmentNextResponse>

    Promise<Models.RecommendationsListHistoryForHostingEnvironmentNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

listHistoryForWebApp

  • listHistoryForWebApp(resourceGroupName: string, siteName: string, options?: Models.RecommendationsListHistoryForWebAppOptionalParams): Promise<Models.RecommendationsListHistoryForWebAppResponse>
  • listHistoryForWebApp(resourceGroupName: string, siteName: string, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • listHistoryForWebApp(resourceGroupName: string, siteName: string, options: RecommendationsListHistoryForWebAppOptionalParams, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • Get past recommendations for an app, optionally specified by the time range.

    summary

    Get past recommendations for an app, optionally specified by the time range.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • Optional options: Models.RecommendationsListHistoryForWebAppOptionalParams

    Returns Promise<Models.RecommendationsListHistoryForWebAppResponse>

    Promise<Models.RecommendationsListHistoryForWebAppResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

  • Parameters

    Returns void

listHistoryForWebAppNext

  • listHistoryForWebAppNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RecommendationsListHistoryForWebAppNextResponse>
  • listHistoryForWebAppNext(nextPageLink: string, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • listHistoryForWebAppNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • Get past recommendations for an app, optionally specified by the time range.

    summary

    Get past recommendations for an app, optionally specified by the time range.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RecommendationsListHistoryForWebAppNextResponse>

    Promise<Models.RecommendationsListHistoryForWebAppNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RecommendationsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • List all recommendations for a subscription.

    summary

    List all recommendations for a subscription.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RecommendationsListNextResponse>

    Promise<Models.RecommendationsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

listRecommendedRulesForHostingEnvironment

  • listRecommendedRulesForHostingEnvironment(resourceGroupName: string, hostingEnvironmentName: string, options?: Models.RecommendationsListRecommendedRulesForHostingEnvironmentOptionalParams): Promise<Models.RecommendationsListRecommendedRulesForHostingEnvironmentResponse>
  • listRecommendedRulesForHostingEnvironment(resourceGroupName: string, hostingEnvironmentName: string, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • listRecommendedRulesForHostingEnvironment(resourceGroupName: string, hostingEnvironmentName: string, options: RecommendationsListRecommendedRulesForHostingEnvironmentOptionalParams, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • Get all recommendations for an app.

    summary

    Get all recommendations for an app.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • hostingEnvironmentName: string

      Name of the app.

    • Optional options: Models.RecommendationsListRecommendedRulesForHostingEnvironmentOptionalParams

    Returns Promise<Models.RecommendationsListRecommendedRulesForHostingEnvironmentResponse>

    Promise<Models.RecommendationsListRecommendedRulesForHostingEnvironmentResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • hostingEnvironmentName: string

      Name of the app.

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

  • Parameters

    Returns void

listRecommendedRulesForHostingEnvironmentNext

  • listRecommendedRulesForHostingEnvironmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RecommendationsListRecommendedRulesForHostingEnvironmentNextResponse>
  • listRecommendedRulesForHostingEnvironmentNext(nextPageLink: string, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • listRecommendedRulesForHostingEnvironmentNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • Get all recommendations for an app.

    summary

    Get all recommendations for an app.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RecommendationsListRecommendedRulesForHostingEnvironmentNextResponse>

    Promise<Models.RecommendationsListRecommendedRulesForHostingEnvironmentNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

listRecommendedRulesForWebApp

  • listRecommendedRulesForWebApp(resourceGroupName: string, siteName: string, options?: Models.RecommendationsListRecommendedRulesForWebAppOptionalParams): Promise<Models.RecommendationsListRecommendedRulesForWebAppResponse>
  • listRecommendedRulesForWebApp(resourceGroupName: string, siteName: string, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • listRecommendedRulesForWebApp(resourceGroupName: string, siteName: string, options: RecommendationsListRecommendedRulesForWebAppOptionalParams, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • Get all recommendations for an app.

    summary

    Get all recommendations for an app.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • Optional options: Models.RecommendationsListRecommendedRulesForWebAppOptionalParams

    Returns Promise<Models.RecommendationsListRecommendedRulesForWebAppResponse>

    Promise<Models.RecommendationsListRecommendedRulesForWebAppResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

  • Parameters

    Returns void

listRecommendedRulesForWebAppNext

  • listRecommendedRulesForWebAppNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RecommendationsListRecommendedRulesForWebAppNextResponse>
  • listRecommendedRulesForWebAppNext(nextPageLink: string, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • listRecommendedRulesForWebAppNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RecommendationCollection>): void
  • Get all recommendations for an app.

    summary

    Get all recommendations for an app.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RecommendationsListRecommendedRulesForWebAppNextResponse>

    Promise<Models.RecommendationsListRecommendedRulesForWebAppNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RecommendationCollection>

      The callback

    Returns void

resetAllFilters

  • resetAllFilters(options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • resetAllFilters(callback: msRest.ServiceCallback<void>): void
  • resetAllFilters(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Reset all recommendation opt-out settings for a subscription.

    summary

    Reset all recommendation opt-out settings for a subscription.

    Parameters

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

resetAllFiltersForHostingEnvironment

  • resetAllFiltersForHostingEnvironment(resourceGroupName: string, environmentName: string, hostingEnvironmentName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • resetAllFiltersForHostingEnvironment(resourceGroupName: string, environmentName: string, hostingEnvironmentName: string, callback: msRest.ServiceCallback<void>): void
  • resetAllFiltersForHostingEnvironment(resourceGroupName: string, environmentName: string, hostingEnvironmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Reset all recommendation opt-out settings for an app.

    summary

    Reset all recommendation opt-out settings for an app.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • environmentName: string

      Name of the app.

    • hostingEnvironmentName: string
    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • environmentName: string

      Name of the app.

    • hostingEnvironmentName: string
    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • environmentName: string

      Name of the app.

    • hostingEnvironmentName: string
    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

resetAllFiltersForWebApp

  • resetAllFiltersForWebApp(resourceGroupName: string, siteName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • resetAllFiltersForWebApp(resourceGroupName: string, siteName: string, callback: msRest.ServiceCallback<void>): void
  • resetAllFiltersForWebApp(resourceGroupName: string, siteName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Reset all recommendation opt-out settings for an app.

    summary

    Reset all recommendation opt-out settings for an app.

    Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group to which the resource belongs.

    • siteName: string

      Name of the app.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

Generated using TypeDoc