Package version:

Interface BuildServiceOperations

Interface representing a BuildServiceOperations.

Hierarchy

  • BuildServiceOperations

Methods

  • Create or update a KPack build.

    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.

    • build: Build

      Parameters for the create or update operation

    • Optional options: BuildServiceCreateOrUpdateBuildOptionalParams

      The options parameters.

    Returns Promise<Build>

  • Get a KPack build.

    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: BuildServiceGetBuildOptionalParams

      The options parameters.

    Returns Promise<Build>

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

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

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

Generated using TypeDoc