Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Solutions

Package version

Class representing a Solutions.

Hierarchy

  • Solutions

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, solutionName: string, parameters: Solution, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates or updates the Solution.

    summary

    Create/Update Solution.

    Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • solutionName: string

      User Solution Name.

    • parameters: Solution

      The parameters required to create OMS Solution.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, solutionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes the solution in the subscription.

    summary

    Deletes the solution

    Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • solutionName: string

      User Solution Name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(resourceGroupName: string, solutionName: string, parameters: Solution, options?: msRest.RequestOptionsBase): Promise<Models.SolutionsCreateOrUpdateResponse>
  • Creates or updates the Solution.

    summary

    Create/Update Solution.

    Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • solutionName: string

      User Solution Name.

    • parameters: Solution

      The parameters required to create OMS Solution.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.SolutionsCreateOrUpdateResponse>

    Promise<Models.SolutionsCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(resourceGroupName: string, solutionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes the solution in the subscription.

    summary

    Deletes the solution

    Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • solutionName: string

      User Solution Name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(resourceGroupName: string, solutionName: string, options?: msRest.RequestOptionsBase): Promise<Models.SolutionsGetResponse>
  • get(resourceGroupName: string, solutionName: string, callback: msRest.ServiceCallback<Solution>): void
  • get(resourceGroupName: string, solutionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Solution>): void
  • Retrieves the user solution.

    summary

    Retrieve solution.

    Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • solutionName: string

      User Solution Name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.SolutionsGetResponse>

    Promise<Models.SolutionsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • solutionName: string

      User Solution Name.

    • callback: msRest.ServiceCallback<Solution>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • solutionName: string

      User Solution Name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Solution>

      The callback

    Returns void

listByResourceGroup

  • listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.SolutionsListByResourceGroupResponse>
  • listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<SolutionPropertiesList>): void
  • listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<SolutionPropertiesList>): void
  • Retrieves the solution list. It will retrieve both first party and third party solutions

    summary

    Retrieves the solution list for the subscription

    Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.SolutionsListByResourceGroupResponse>

    Promise<Models.SolutionsListByResourceGroupResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • callback: msRest.ServiceCallback<SolutionPropertiesList>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to get. The name is case insensitive.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<SolutionPropertiesList>

      The callback

    Returns void

listBySubscription

  • listBySubscription(options?: msRest.RequestOptionsBase): Promise<Models.SolutionsListBySubscriptionResponse>
  • listBySubscription(callback: msRest.ServiceCallback<SolutionPropertiesList>): void
  • listBySubscription(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<SolutionPropertiesList>): void
  • Retrieves the solution list. It will retrieve both first party and third party solutions

    summary

    Retrieves the solution list for the subscription

    Parameters

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.SolutionsListBySubscriptionResponse>

    Promise<Models.SolutionsListBySubscriptionResponse>

  • Parameters

    Returns void

  • Parameters

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<SolutionPropertiesList>

      The callback

    Returns void

Generated using TypeDoc