Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Provider

Package version

Class representing a Provider.

Hierarchy

  • Provider

Index

Constructors

constructor

Methods

getAvailableStacks

getAvailableStacksNext

  • getAvailableStacksNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProviderGetAvailableStacksNextResponse>
  • getAvailableStacksNext(nextPageLink: string, callback: msRest.ServiceCallback<ApplicationStackCollection>): void
  • getAvailableStacksNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicationStackCollection>): void
  • Get available application frameworks and their versions

    summary

    Get available application frameworks and their versions

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ProviderGetAvailableStacksNextResponse>

    Promise<Models.ProviderGetAvailableStacksNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ApplicationStackCollection>

      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<ApplicationStackCollection>

      The callback

    Returns void

getAvailableStacksOnPrem

getAvailableStacksOnPremNext

  • getAvailableStacksOnPremNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProviderGetAvailableStacksOnPremNextResponse>
  • getAvailableStacksOnPremNext(nextPageLink: string, callback: msRest.ServiceCallback<ApplicationStackCollection>): void
  • getAvailableStacksOnPremNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicationStackCollection>): void
  • Get available application frameworks and their versions

    summary

    Get available application frameworks and their versions

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ProviderGetAvailableStacksOnPremNextResponse>

    Promise<Models.ProviderGetAvailableStacksOnPremNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ApplicationStackCollection>

      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<ApplicationStackCollection>

      The callback

    Returns void

listOperations

  • listOperations(options?: msRest.RequestOptionsBase): Promise<Models.ProviderListOperationsResponse>
  • listOperations(callback: msRest.ServiceCallback<CsmOperationCollection>): void
  • listOperations(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CsmOperationCollection>): void
  • Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions

    summary

    Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions

    Parameters

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ProviderListOperationsResponse>

    Promise<Models.ProviderListOperationsResponse>

  • Parameters

    Returns void

  • Parameters

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<CsmOperationCollection>

      The callback

    Returns void

listOperationsNext

  • listOperationsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProviderListOperationsNextResponse>
  • listOperationsNext(nextPageLink: string, callback: msRest.ServiceCallback<CsmOperationCollection>): void
  • listOperationsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CsmOperationCollection>): void
  • Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions

    summary

    Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ProviderListOperationsNextResponse>

    Promise<Models.ProviderListOperationsNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<CsmOperationCollection>

      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<CsmOperationCollection>

      The callback

    Returns void

Generated using TypeDoc