Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BuildServiceBuilderImpl

Package version

Class containing BuildServiceBuilder operations.

Hierarchy

  • BuildServiceBuilderImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

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

beginDeleteAndWait

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

get

list

listDeployments

Generated using TypeDoc