Package version:

Interface BuildpackBinding

Interface representing a BuildpackBinding.

Hierarchy

  • BuildpackBinding

Methods

  • Operation to delete a Buildpack 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.

    • buildServiceName: string

      The name of the build service resource.

    • builderName: string

      The name of the builder resource.

    • buildpackBindingName: string

      The name of the Buildpack Binding Name

    • Optional options: BuildpackBindingDeleteOptionalParams

      The options parameters.

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

  • Operation to delete a Buildpack 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.

    • buildServiceName: string

      The name of the build service resource.

    • builderName: string

      The name of the builder resource.

    • buildpackBindingName: string

      The name of the Buildpack Binding Name

    • Optional options: BuildpackBindingDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Get a buildpack binding by name.

    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.

    • buildServiceName: string

      The name of the build service resource.

    • builderName: string

      The name of the builder resource.

    • buildpackBindingName: string

      The name of the Buildpack Binding Name

    • Optional options: BuildpackBindingGetOptionalParams

      The options parameters.

    Returns Promise<BuildpackBindingResource>

  • Handles requests to list all buildpack bindings in a builder.

    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.

    • buildServiceName: string

      The name of the build service resource.

    • builderName: string

      The name of the builder resource.

    • Optional options: BuildpackBindingListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<BuildpackBindingResource>

Generated using TypeDoc