Package version:

Interface BuildServiceBuilder

Interface representing a BuildServiceBuilder.

Hierarchy

  • BuildServiceBuilder

Methods

  • Delete a KPack 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: BuildServiceBuilderDeleteOptionalParams

      The options parameters.

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

  • Delete a KPack 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: BuildServiceBuilderDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc