Package version:

Interface Bindings

Interface representing a Bindings.

Hierarchy

  • Bindings

Methods

  • Create a new Binding or update an exiting Binding.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • bindingName: string

      The name of the Binding resource.

    • bindingResource: BindingResource

      Parameters for the create or update operation

    • Optional options: BindingsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<BindingResource>

  • Operation to delete a Binding.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • bindingName: string

      The name of the Binding resource.

    • Optional options: BindingsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Operation to delete a Binding.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • bindingName: string

      The name of the Binding resource.

    • Optional options: BindingsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Operation to update an exiting Binding.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • bindingName: string

      The name of the Binding resource.

    • bindingResource: BindingResource

      Parameters for the update operation

    • Optional options: BindingsUpdateOptionalParams

      The options parameters.

    Returns Promise<BindingResource>

  • Get a Binding and its properties.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • bindingName: string

      The name of the Binding resource.

    • Optional options: BindingsGetOptionalParams

      The options parameters.

    Returns Promise<BindingResource>

  • Handles requests to list all resources in an App.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • appName: string

      The name of the App resource.

    • Optional options: BindingsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<BindingResource>

Generated using TypeDoc