Interface BuildServicesClient


public interface BuildServicesClient
An instance of this class provides access to all the operations defined in BuildServicesClient.
  • Method Details

    • listBuildServicesAsync

      com.azure.core.http.rest.PagedFlux<BuildServiceInner> listBuildServicesAsync(String resourceGroupName, String serviceName)
      List build services resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      Returns:
      object that includes an array of Build service resources and a possible link for next set as paginated response with PagedFlux.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listBuildServices

      com.azure.core.http.rest.PagedIterable<BuildServiceInner> listBuildServices(String resourceGroupName, String serviceName)
      List build services resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      Returns:
      object that includes an array of Build service resources and a possible link for next set as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listBuildServices

      com.azure.core.http.rest.PagedIterable<BuildServiceInner> listBuildServices(String resourceGroupName, String serviceName, com.azure.core.util.Context context)
      List build services resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      context - The context to associate with this operation.
      Returns:
      object that includes an array of Build service resources and a possible link for next set as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildServiceWithResponseAsync

      Mono<com.azure.core.http.rest.Response<BuildServiceInner>> getBuildServiceWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName)
      Get a build service resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      a build service resource along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildServiceAsync

      Mono<BuildServiceInner> getBuildServiceAsync(String resourceGroupName, String serviceName, String buildServiceName)
      Get a build service resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      a build service resource on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildService

      BuildServiceInner getBuildService(String resourceGroupName, String serviceName, String buildServiceName)
      Get a build service resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      a build service resource.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildServiceWithResponse

      com.azure.core.http.rest.Response<BuildServiceInner> getBuildServiceWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context)
      Get a build service resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      context - The context to associate with this operation.
      Returns:
      a build service resource along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listBuildsAsync

      com.azure.core.http.rest.PagedFlux<BuildInner> listBuildsAsync(String resourceGroupName, String serviceName, String buildServiceName)
      List KPack builds.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      object that includes an array of Build resources and a possible link for next set as paginated response with PagedFlux.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listBuilds

      com.azure.core.http.rest.PagedIterable<BuildInner> listBuilds(String resourceGroupName, String serviceName, String buildServiceName)
      List KPack builds.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      object that includes an array of Build resources and a possible link for next set as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listBuilds

      com.azure.core.http.rest.PagedIterable<BuildInner> listBuilds(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context)
      List KPack builds.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      context - The context to associate with this operation.
      Returns:
      object that includes an array of Build resources and a possible link for next set as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildWithResponseAsync

      Mono<com.azure.core.http.rest.Response<BuildInner>> getBuildWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName)
      Get a KPack build.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      Returns:
      a KPack build along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildAsync

      Mono<BuildInner> getBuildAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName)
      Get a KPack build.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      Returns:
      a KPack build on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuild

      BuildInner getBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName)
      Get a KPack build.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      Returns:
      a KPack build.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildWithResponse

      com.azure.core.http.rest.Response<BuildInner> getBuildWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String buildName, com.azure.core.util.Context context)
      Get a KPack build.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      context - The context to associate with this operation.
      Returns:
      a KPack build along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateBuildWithResponseAsync

      Mono<com.azure.core.http.rest.Response<BuildInner>> createOrUpdateBuildWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, BuildInner build)
      Create or update a KPack build.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      build - Parameters for the create or update operation.
      Returns:
      build resource payload along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateBuildAsync

      Mono<BuildInner> createOrUpdateBuildAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, BuildInner build)
      Create or update a KPack build.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      build - Parameters for the create or update operation.
      Returns:
      build resource payload on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateBuild

      BuildInner createOrUpdateBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName, BuildInner build)
      Create or update a KPack build.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      build - Parameters for the create or update operation.
      Returns:
      build resource payload.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateBuildWithResponse

      com.azure.core.http.rest.Response<BuildInner> createOrUpdateBuildWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String buildName, BuildInner build, com.azure.core.util.Context context)
      Create or update a KPack build.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      build - Parameters for the create or update operation.
      context - The context to associate with this operation.
      Returns:
      build resource payload along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listBuildResultsAsync

      com.azure.core.http.rest.PagedFlux<BuildResultInner> listBuildResultsAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName)
      List KPack build results.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      Returns:
      object that includes an array of Build result resources and a possible link for next set as paginated response with PagedFlux.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listBuildResults

      com.azure.core.http.rest.PagedIterable<BuildResultInner> listBuildResults(String resourceGroupName, String serviceName, String buildServiceName, String buildName)
      List KPack build results.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      Returns:
      object that includes an array of Build result resources and a possible link for next set as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listBuildResults

      com.azure.core.http.rest.PagedIterable<BuildResultInner> listBuildResults(String resourceGroupName, String serviceName, String buildServiceName, String buildName, com.azure.core.util.Context context)
      List KPack build results.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      context - The context to associate with this operation.
      Returns:
      object that includes an array of Build result resources and a possible link for next set as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildResultWithResponseAsync

      Mono<com.azure.core.http.rest.Response<BuildResultInner>> getBuildResultWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName)
      Get a KPack build result.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      buildResultName - The name of the build result resource.
      Returns:
      a KPack build result along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildResultAsync

      Mono<BuildResultInner> getBuildResultAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName)
      Get a KPack build result.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      buildResultName - The name of the build result resource.
      Returns:
      a KPack build result on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildResult

      BuildResultInner getBuildResult(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName)
      Get a KPack build result.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      buildResultName - The name of the build result resource.
      Returns:
      a KPack build result.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildResultWithResponse

      com.azure.core.http.rest.Response<BuildResultInner> getBuildResultWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName, com.azure.core.util.Context context)
      Get a KPack build result.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      buildResultName - The name of the build result resource.
      context - The context to associate with this operation.
      Returns:
      a KPack build result along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildResultLogWithResponseAsync

      Mono<com.azure.core.http.rest.Response<BuildResultLogInner>> getBuildResultLogWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName)
      Get a KPack build result log download URL.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      buildResultName - The name of the build result resource.
      Returns:
      a KPack build result log download URL along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildResultLogAsync

      Mono<BuildResultLogInner> getBuildResultLogAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName)
      Get a KPack build result log download URL.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      buildResultName - The name of the build result resource.
      Returns:
      a KPack build result log download URL on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildResultLog

      BuildResultLogInner getBuildResultLog(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName)
      Get a KPack build result log download URL.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      buildResultName - The name of the build result resource.
      Returns:
      a KPack build result log download URL.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildResultLogWithResponse

      com.azure.core.http.rest.Response<BuildResultLogInner> getBuildResultLogWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName, com.azure.core.util.Context context)
      Get a KPack build result log download URL.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildName - The name of the build resource.
      buildResultName - The name of the build result resource.
      context - The context to associate with this operation.
      Returns:
      a KPack build result log download URL along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getResourceUploadUrlWithResponseAsync

      Mono<com.azure.core.http.rest.Response<ResourceUploadDefinition>> getResourceUploadUrlWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName)
      Get an resource upload URL for build service, which may be artifacts or source archive.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      an resource upload URL for build service, which may be artifacts or source archive along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getResourceUploadUrlAsync

      Mono<ResourceUploadDefinition> getResourceUploadUrlAsync(String resourceGroupName, String serviceName, String buildServiceName)
      Get an resource upload URL for build service, which may be artifacts or source archive.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      an resource upload URL for build service, which may be artifacts or source archive on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getResourceUploadUrl

      ResourceUploadDefinition getResourceUploadUrl(String resourceGroupName, String serviceName, String buildServiceName)
      Get an resource upload URL for build service, which may be artifacts or source archive.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      an resource upload URL for build service, which may be artifacts or source archive.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getResourceUploadUrlWithResponse

      com.azure.core.http.rest.Response<ResourceUploadDefinition> getResourceUploadUrlWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context)
      Get an resource upload URL for build service, which may be artifacts or source archive.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      context - The context to associate with this operation.
      Returns:
      an resource upload URL for build service, which may be artifacts or source archive along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSupportedBuildpacksWithResponseAsync

      Mono<com.azure.core.http.rest.Response<SupportedBuildpacksCollectionInner>> listSupportedBuildpacksWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName)
      Get all supported buildpacks.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      all supported buildpacks along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSupportedBuildpacksAsync

      Mono<SupportedBuildpacksCollectionInner> listSupportedBuildpacksAsync(String resourceGroupName, String serviceName, String buildServiceName)
      Get all supported buildpacks.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      all supported buildpacks on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSupportedBuildpacks

      SupportedBuildpacksCollectionInner listSupportedBuildpacks(String resourceGroupName, String serviceName, String buildServiceName)
      Get all supported buildpacks.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      all supported buildpacks.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSupportedBuildpacksWithResponse

      com.azure.core.http.rest.Response<SupportedBuildpacksCollectionInner> listSupportedBuildpacksWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context)
      Get all supported buildpacks.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      context - The context to associate with this operation.
      Returns:
      all supported buildpacks along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getSupportedBuildpackWithResponseAsync

      Mono<com.azure.core.http.rest.Response<SupportedBuildpackResourceInner>> getSupportedBuildpackWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName)
      Get the supported buildpack resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildpackName - The name of the buildpack resource.
      Returns:
      the supported buildpack resource along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getSupportedBuildpackAsync

      Mono<SupportedBuildpackResourceInner> getSupportedBuildpackAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName)
      Get the supported buildpack resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildpackName - The name of the buildpack resource.
      Returns:
      the supported buildpack resource on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getSupportedBuildpack

      SupportedBuildpackResourceInner getSupportedBuildpack(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName)
      Get the supported buildpack resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildpackName - The name of the buildpack resource.
      Returns:
      the supported buildpack resource.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getSupportedBuildpackWithResponse

      com.azure.core.http.rest.Response<SupportedBuildpackResourceInner> getSupportedBuildpackWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName, com.azure.core.util.Context context)
      Get the supported buildpack resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      buildpackName - The name of the buildpack resource.
      context - The context to associate with this operation.
      Returns:
      the supported buildpack resource along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSupportedStacksWithResponseAsync

      Mono<com.azure.core.http.rest.Response<SupportedStacksCollectionInner>> listSupportedStacksWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName)
      Get all supported stacks.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      all supported stacks along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSupportedStacksAsync

      Mono<SupportedStacksCollectionInner> listSupportedStacksAsync(String resourceGroupName, String serviceName, String buildServiceName)
      Get all supported stacks.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      all supported stacks on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSupportedStacks

      SupportedStacksCollectionInner listSupportedStacks(String resourceGroupName, String serviceName, String buildServiceName)
      Get all supported stacks.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      Returns:
      all supported stacks.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSupportedStacksWithResponse

      com.azure.core.http.rest.Response<SupportedStacksCollectionInner> listSupportedStacksWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context)
      Get all supported stacks.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      context - The context to associate with this operation.
      Returns:
      all supported stacks along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getSupportedStackWithResponseAsync

      Mono<com.azure.core.http.rest.Response<SupportedStackResourceInner>> getSupportedStackWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String stackName)
      Get the supported stack resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      stackName - The name of the stack resource.
      Returns:
      the supported stack resource along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getSupportedStackAsync

      Mono<SupportedStackResourceInner> getSupportedStackAsync(String resourceGroupName, String serviceName, String buildServiceName, String stackName)
      Get the supported stack resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      stackName - The name of the stack resource.
      Returns:
      the supported stack resource on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getSupportedStack

      SupportedStackResourceInner getSupportedStack(String resourceGroupName, String serviceName, String buildServiceName, String stackName)
      Get the supported stack resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      stackName - The name of the stack resource.
      Returns:
      the supported stack resource.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getSupportedStackWithResponse

      com.azure.core.http.rest.Response<SupportedStackResourceInner> getSupportedStackWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String stackName, com.azure.core.util.Context context)
      Get the supported stack resource.
      Parameters:
      resourceGroupName - 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 - The name of the Service resource.
      buildServiceName - The name of the build service resource.
      stackName - The name of the stack resource.
      context - The context to associate with this operation.
      Returns:
      the supported stack resource along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.