Interface BuildServiceBuildersClient


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

    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<BuilderResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      Get a KPack builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      a KPack builder 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.
    • getAsync

      Mono<BuilderResourceInner> getAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      Get a KPack builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      a KPack builder 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.
    • get

      BuilderResourceInner get(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      Get a KPack builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      a KPack builder.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<BuilderResourceInner> getWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String builderName, com.azure.core.util.Context context)
      Get a KPack builder.
      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.
      builderName - The name of the builder resource.
      context - The context to associate with this operation.
      Returns:
      a KPack builder 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.
    • createOrUpdateWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, BuilderResourceInner builderResource)
      Create or update a KPack builder.
      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.
      builderName - The name of the builder resource.
      builderResource - The target builder for the create or update operation.
      Returns:
      kPack Builder 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.
    • beginCreateOrUpdateAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BuilderResourceInner>,BuilderResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, BuilderResourceInner builderResource)
      Create or update a KPack builder.
      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.
      builderName - The name of the builder resource.
      builderResource - The target builder for the create or update operation.
      Returns:
      the PollerFlux for polling of kPack Builder 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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BuilderResourceInner>,BuilderResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, BuilderResourceInner builderResource)
      Create or update a KPack builder.
      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.
      builderName - The name of the builder resource.
      builderResource - The target builder for the create or update operation.
      Returns:
      the SyncPoller for polling of kPack Builder 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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BuilderResourceInner>,BuilderResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, BuilderResourceInner builderResource, com.azure.core.util.Context context)
      Create or update a KPack builder.
      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.
      builderName - The name of the builder resource.
      builderResource - The target builder for the create or update operation.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of kPack Builder 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.
    • createOrUpdateAsync

      Mono<BuilderResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, BuilderResourceInner builderResource)
      Create or update a KPack builder.
      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.
      builderName - The name of the builder resource.
      builderResource - The target builder for the create or update operation.
      Returns:
      kPack Builder 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.
    • createOrUpdate

      BuilderResourceInner createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, BuilderResourceInner builderResource)
      Create or update a KPack builder.
      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.
      builderName - The name of the builder resource.
      builderResource - The target builder for the create or update operation.
      Returns:
      kPack Builder 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.
    • createOrUpdate

      BuilderResourceInner createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, BuilderResourceInner builderResource, com.azure.core.util.Context context)
      Create or update a KPack builder.
      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.
      builderName - The name of the builder resource.
      builderResource - The target builder for the create or update operation.
      context - The context to associate with this operation.
      Returns:
      kPack Builder 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.
    • deleteWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      Delete a KPack builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      the 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.
    • beginDeleteAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      Delete a KPack builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      the PollerFlux for polling of long-running operation.
      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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      Delete a KPack builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      the SyncPoller for polling of long-running operation.
      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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String buildServiceName, String builderName, com.azure.core.util.Context context)
      Delete a KPack builder.
      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.
      builderName - The name of the builder resource.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running operation.
      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.
    • deleteAsync

      Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      Delete a KPack builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      A Mono that completes when a successful response is received.
      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.
    • delete

      void delete(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      Delete a KPack builder.
      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.
      builderName - The name of the builder 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.
    • delete

      void delete(String resourceGroupName, String serviceName, String buildServiceName, String builderName, com.azure.core.util.Context context)
      Delete a KPack builder.
      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.
      builderName - The name of the builder resource.
      context - The context to associate with this operation.
      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.
    • listAsync

      com.azure.core.http.rest.PagedFlux<BuilderResourceInner> listAsync(String resourceGroupName, String serviceName, String buildServiceName)
      List KPack builders 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.
      Returns:
      object that includes an array of Builder 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.
    • list

      com.azure.core.http.rest.PagedIterable<BuilderResourceInner> list(String resourceGroupName, String serviceName, String buildServiceName)
      List KPack builders 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.
      Returns:
      object that includes an array of Builder 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.
    • list

      com.azure.core.http.rest.PagedIterable<BuilderResourceInner> list(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context)
      List KPack builders 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.
      context - The context to associate with this operation.
      Returns:
      object that includes an array of Builder 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.
    • listDeploymentsWithResponseAsync

      Mono<com.azure.core.http.rest.Response<DeploymentListInner>> listDeploymentsWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      List deployments that are using the builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      a list of deployments resource ids 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.
    • listDeploymentsAsync

      Mono<DeploymentListInner> listDeploymentsAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      List deployments that are using the builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      a list of deployments resource ids 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.
    • listDeployments

      DeploymentListInner listDeployments(String resourceGroupName, String serviceName, String buildServiceName, String builderName)
      List deployments that are using the builder.
      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.
      builderName - The name of the builder resource.
      Returns:
      a list of deployments resource ids.
      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.
    • listDeploymentsWithResponse

      com.azure.core.http.rest.Response<DeploymentListInner> listDeploymentsWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String builderName, com.azure.core.util.Context context)
      List deployments that are using the builder.
      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.
      builderName - The name of the builder resource.
      context - The context to associate with this operation.
      Returns:
      a list of deployments resource ids 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.