Interface BuildServicesClient
public interface BuildServicesClient
An instance of this class provides access to all the operations defined in BuildServicesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BuildServiceInner>, BuildServiceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create a build service resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BuildServiceInner>, BuildServiceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService, com.azure.core.util.Context context) Create a build service resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BuildServiceInner>, BuildServiceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create a build service resource.beginDeleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete a KPack build.beginDeleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName, com.azure.core.util.Context context) delete a KPack build.beginDeleteBuildAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete a KPack build.createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create a build service resource.createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService, com.azure.core.util.Context context) Create a build service resource.createOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create a build service resource.createOrUpdateBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName, BuildInner build) Create or update a KPack build.createOrUpdateBuildAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, BuildInner build) Create or update a KPack build.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.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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create a build service resource.voiddeleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete a KPack build.voiddeleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName, com.azure.core.util.Context context) delete a KPack build.deleteBuildAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete a KPack build.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteBuildWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete a KPack build.Get a KPack build.getBuildAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) Get a KPack build.getBuildResult(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result.getBuildResultAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result.getBuildResultLog(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result log download URL.getBuildResultLogAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result log download URL.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.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.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.Mono<com.azure.core.http.rest.Response<BuildResultInner>> getBuildResultWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName) Get a KPack build result.getBuildService(String resourceGroupName, String serviceName, String buildServiceName) Get a build service resource.getBuildServiceAsync(String resourceGroupName, String serviceName, String buildServiceName) Get a build service resource.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.Mono<com.azure.core.http.rest.Response<BuildServiceInner>> getBuildServiceWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName) Get a build service resource.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.Mono<com.azure.core.http.rest.Response<BuildInner>> getBuildWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) Get a KPack build.getResourceUploadUrl(String resourceGroupName, String serviceName, String buildServiceName) Get an resource upload URL for build service, which may be artifacts or source archive.getResourceUploadUrlAsync(String resourceGroupName, String serviceName, String buildServiceName) Get an resource upload URL for build service, which may be artifacts or source archive.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.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.getSupportedBuildpack(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName) Get the supported buildpack resource.getSupportedBuildpackAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName) Get the supported buildpack resource.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.Mono<com.azure.core.http.rest.Response<SupportedBuildpackResourceInner>> getSupportedBuildpackWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName) Get the supported buildpack resource.getSupportedStack(String resourceGroupName, String serviceName, String buildServiceName, String stackName) Get the supported stack resource.getSupportedStackAsync(String resourceGroupName, String serviceName, String buildServiceName, String stackName) Get the supported stack resource.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.Mono<com.azure.core.http.rest.Response<SupportedStackResourceInner>> getSupportedStackWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String stackName) Get the supported stack resource.com.azure.core.http.rest.PagedIterable<BuildResultInner> listBuildResults(String resourceGroupName, String serviceName, String buildServiceName, String buildName) List KPack build results.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.com.azure.core.http.rest.PagedFlux<BuildResultInner> listBuildResultsAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) List KPack build results.com.azure.core.http.rest.PagedIterable<BuildInner> listBuilds(String resourceGroupName, String serviceName, String buildServiceName) List KPack builds.com.azure.core.http.rest.PagedIterable<BuildInner> listBuilds(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context) List KPack builds.com.azure.core.http.rest.PagedFlux<BuildInner> listBuildsAsync(String resourceGroupName, String serviceName, String buildServiceName) List KPack builds.com.azure.core.http.rest.PagedIterable<BuildServiceInner> listBuildServices(String resourceGroupName, String serviceName) List build services resource.com.azure.core.http.rest.PagedIterable<BuildServiceInner> listBuildServices(String resourceGroupName, String serviceName, com.azure.core.util.Context context) List build services resource.com.azure.core.http.rest.PagedFlux<BuildServiceInner> listBuildServicesAsync(String resourceGroupName, String serviceName) List build services resource.listSupportedBuildpacks(String resourceGroupName, String serviceName, String buildServiceName) Get all supported buildpacks.listSupportedBuildpacksAsync(String resourceGroupName, String serviceName, String buildServiceName) Get all supported buildpacks.com.azure.core.http.rest.Response<SupportedBuildpacksCollectionInner> listSupportedBuildpacksWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context) Get all supported buildpacks.Mono<com.azure.core.http.rest.Response<SupportedBuildpacksCollectionInner>> listSupportedBuildpacksWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName) Get all supported buildpacks.listSupportedStacks(String resourceGroupName, String serviceName, String buildServiceName) Get all supported stacks.listSupportedStacksAsync(String resourceGroupName, String serviceName, String buildServiceName) Get all supported stacks.com.azure.core.http.rest.Response<SupportedStacksCollectionInner> listSupportedStacksWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context) Get all supported stacks.Mono<com.azure.core.http.rest.Response<SupportedStacksCollectionInner>> listSupportedStacksWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName) Get all supported stacks.
-
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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create 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.buildService- Parameters for the create operation.- Returns:
- build service resource payload along with
Responseon successful completion ofMono. - 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<BuildServiceInner>,BuildServiceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create 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.buildService- Parameters for the create operation.- Returns:
- the
PollerFluxfor polling of build service 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BuildServiceInner>,BuildServiceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create 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.buildService- Parameters for the create operation.- Returns:
- the
SyncPollerfor polling of build service 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BuildServiceInner>,BuildServiceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService, com.azure.core.util.Context context) Create 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.buildService- Parameters for the create operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of build service 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.
-
createOrUpdateAsync
Mono<BuildServiceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create 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.buildService- Parameters for the create operation.- Returns:
- build service 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.
-
createOrUpdate
BuildServiceInner createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService) Create 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.buildService- Parameters for the create operation.- Returns:
- build service 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.
-
createOrUpdate
BuildServiceInner createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService, com.azure.core.util.Context context) Create 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.buildService- Parameters for the create operation.context- The context to associate with this operation.- Returns:
- build service 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.
-
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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-
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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-
deleteBuildWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteBuildWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete 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:
- the
Responseon successful completion ofMono. - 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.
-
beginDeleteBuildAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteBuildAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete 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:
- the
PollerFluxfor 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.
-
beginDeleteBuild
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete 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:
- the
SyncPollerfor 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.
-
beginDeleteBuild
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName, com.azure.core.util.Context context) delete 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:
- the
SyncPollerfor 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.
-
deleteBuildAsync
Mono<Void> deleteBuildAsync(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete 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
Monothat 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.
-
deleteBuild
void deleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName) delete 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.- 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.
-
deleteBuild
void deleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName, com.azure.core.util.Context context) delete 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.- 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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-
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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-
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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-
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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-
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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-
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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-
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
Responseon successful completion ofMono. - 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.
-
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.
-
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.
-