Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BuildpackBindingImpl

Package version

Class containing BuildpackBinding operations.

Hierarchy

  • BuildpackBindingImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, buildServiceName: string, builderName: string, buildpackBindingName: string, options?: BuildpackBindingDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, serviceName: string, buildServiceName: string, builderName: string, buildpackBindingName: string, options?: BuildpackBindingDeleteOptionalParams): Promise<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

  • 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<BuildpackBindingGetResponse>

list

  • 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