BuildpackBinding interface

Interface representing a BuildpackBinding.

Methods

beginCreateOrUpdate(string, string, string, string, string, BuildpackBindingResource, BuildpackBindingCreateOrUpdateOptionalParams)

Create or update a buildpack binding.

beginCreateOrUpdateAndWait(string, string, string, string, string, BuildpackBindingResource, BuildpackBindingCreateOrUpdateOptionalParams)

Create or update a buildpack binding.

beginDelete(string, string, string, string, string, BuildpackBindingDeleteOptionalParams)

Operation to delete a Buildpack Binding

beginDeleteAndWait(string, string, string, string, string, BuildpackBindingDeleteOptionalParams)

Operation to delete a Buildpack Binding

get(string, string, string, string, string, BuildpackBindingGetOptionalParams)

Get a buildpack binding by name.

list(string, string, string, string, BuildpackBindingListOptionalParams)

Handles requests to list all buildpack bindings in a builder.

listForCluster(string, string, BuildpackBindingListForClusterOptionalParams)

Get collection of buildpack bindings under all builders.

Method Details

beginCreateOrUpdate(string, string, string, string, string, BuildpackBindingResource, BuildpackBindingCreateOrUpdateOptionalParams)

Create or update a buildpack binding.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, buildServiceName: string, builderName: string, buildpackBindingName: string, buildpackBinding: BuildpackBindingResource, options?: BuildpackBindingCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildpackBindingResource>, BuildpackBindingResource>>

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

buildpackBinding
BuildpackBindingResource

The target buildpack binding for the create or update operation

options
BuildpackBindingCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<BuildpackBindingResource>, BuildpackBindingResource>>

beginCreateOrUpdateAndWait(string, string, string, string, string, BuildpackBindingResource, BuildpackBindingCreateOrUpdateOptionalParams)

Create or update a buildpack binding.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, buildServiceName: string, builderName: string, buildpackBindingName: string, buildpackBinding: BuildpackBindingResource, options?: BuildpackBindingCreateOrUpdateOptionalParams): Promise<BuildpackBindingResource>

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

buildpackBinding
BuildpackBindingResource

The target buildpack binding for the create or update operation

options
BuildpackBindingCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, string, string, BuildpackBindingDeleteOptionalParams)

Operation to delete a Buildpack Binding

function beginDelete(resourceGroupName: string, serviceName: string, buildServiceName: string, builderName: string, buildpackBindingName: string, options?: BuildpackBindingDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

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

options
BuildpackBindingDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, string, BuildpackBindingDeleteOptionalParams)

Operation to delete a Buildpack Binding

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, buildServiceName: string, builderName: string, buildpackBindingName: string, options?: BuildpackBindingDeleteOptionalParams): Promise<void>

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

options
BuildpackBindingDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, string, string, BuildpackBindingGetOptionalParams)

Get a buildpack binding by name.

function get(resourceGroupName: string, serviceName: string, buildServiceName: string, builderName: string, buildpackBindingName: string, options?: BuildpackBindingGetOptionalParams): Promise<BuildpackBindingResource>

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

options
BuildpackBindingGetOptionalParams

The options parameters.

Returns

list(string, string, string, string, BuildpackBindingListOptionalParams)

Handles requests to list all buildpack bindings in a builder.

function list(resourceGroupName: string, serviceName: string, buildServiceName: string, builderName: string, options?: BuildpackBindingListOptionalParams): PagedAsyncIterableIterator<BuildpackBindingResource, BuildpackBindingResource[], PageSettings>

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.

options
BuildpackBindingListOptionalParams

The options parameters.

Returns

listForCluster(string, string, BuildpackBindingListForClusterOptionalParams)

Get collection of buildpack bindings under all builders.

function listForCluster(resourceGroupName: string, serviceName: string, options?: BuildpackBindingListForClusterOptionalParams): PagedAsyncIterableIterator<BuildpackBindingResource, BuildpackBindingResource[], PageSettings>

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.

options
BuildpackBindingListForClusterOptionalParams

The options parameters.

Returns