Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildServiceOperations

Package version

Interface representing a BuildServiceOperations.

Hierarchy

  • BuildServiceOperations

Implemented by

Index

Methods

createOrUpdateBuild

getBuild

getBuildResult

  • Get a KPack build result.

    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.

    • buildName: string

      The name of the build resource.

    • buildResultName: string

      The name of the build result resource.

    • Optional options: BuildServiceGetBuildResultOptionalParams

      The options parameters.

    Returns Promise<BuildServiceGetBuildResultResponse>

getBuildResultLog

  • Get a KPack build result log download URL.

    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.

    • buildName: string

      The name of the build resource.

    • buildResultName: string

      The name of the build result resource.

    • Optional options: BuildServiceGetBuildResultLogOptionalParams

      The options parameters.

    Returns Promise<BuildServiceGetBuildResultLogResponse>

getBuildService

getResourceUploadUrl

getSupportedBuildpack

getSupportedStack

listBuildResults

  • List KPack build results.

    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.

    • buildName: string

      The name of the build resource.

    • Optional options: BuildServiceListBuildResultsOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<BuildResult>

listBuildServices

listBuilds

  • List KPack builds.

    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.

    • Optional options: BuildServiceListBuildsOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Build>

listSupportedBuildpacks

listSupportedStacks

Generated using TypeDoc