BuildpackBinding interface
Interface representing a BuildpackBinding.
Methods
begin |
Create or update a buildpack binding. |
begin |
Create or update a buildpack binding. |
begin |
Operation to delete a Buildpack Binding |
begin |
Operation to delete a Buildpack Binding |
get(string, string, string, string, string, Buildpack |
Get a buildpack binding by name. |
list(string, string, string, string, Buildpack |
Handles requests to list all buildpack bindings in a builder. |
list |
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
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
The options parameters.
Returns
Promise<BuildpackBindingResource>
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
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
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
The options parameters.
Returns
Promise<BuildpackBindingResource>
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.
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.
The options parameters.