Interface BuildpackBindingsClient
public interface BuildpackBindingsClient
An instance of this class provides access to all the operations defined in BuildpackBindingsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BuildpackBindingResourceInner>,BuildpackBindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BuildpackBindingResourceInner>,BuildpackBindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding, com.azure.core.util.Context context) Create or update a buildpack binding.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BuildpackBindingResourceInner>,BuildpackBindingResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.beginDelete(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Operation to delete a Buildpack Binding.beginDelete(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, com.azure.core.util.Context context) Operation to delete a Buildpack Binding.beginDeleteAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Operation to delete a Buildpack Binding.createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding, com.azure.core.util.Context context) Create or update a buildpack binding.createOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.voiddelete(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Operation to delete a Buildpack Binding.voiddelete(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, com.azure.core.util.Context context) Operation to delete a Buildpack Binding.deleteAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Operation to delete a Buildpack Binding.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>deleteWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Operation to delete a Buildpack Binding.get(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Get a buildpack binding by name.getAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Get a buildpack binding by name.com.azure.core.http.rest.Response<BuildpackBindingResourceInner>getWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, com.azure.core.util.Context context) Get a buildpack binding by name.Mono<com.azure.core.http.rest.Response<BuildpackBindingResourceInner>>getWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Get a buildpack binding by name.com.azure.core.http.rest.PagedIterable<BuildpackBindingResourceInner>Handles requests to list all buildpack bindings in a builder.com.azure.core.http.rest.PagedIterable<BuildpackBindingResourceInner>list(String resourceGroupName, String serviceName, String buildServiceName, String builderName, com.azure.core.util.Context context) Handles requests to list all buildpack bindings in a builder.com.azure.core.http.rest.PagedFlux<BuildpackBindingResourceInner>listAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName) Handles requests to list all buildpack bindings in a builder.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<BuildpackBindingResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Get a buildpack binding by name.- 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.buildpackBindingName- The name of the Buildpack Binding Name.- Returns:
- a buildpack binding by name 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.
-
getAsync
Mono<BuildpackBindingResourceInner> getAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Get a buildpack binding by name.- 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.buildpackBindingName- The name of the Buildpack Binding Name.- Returns:
- a buildpack binding by name 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
BuildpackBindingResourceInner get(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Get a buildpack binding by name.- 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.buildpackBindingName- The name of the Buildpack Binding Name.- Returns:
- a buildpack binding by name.
- 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<BuildpackBindingResourceInner> getWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, com.azure.core.util.Context context) Get a buildpack binding by name.- 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.buildpackBindingName- The name of the Buildpack Binding Name.context- The context to associate with this operation.- Returns:
- a buildpack binding by name 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, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.buildpackBinding- The target buildpack binding for the create or update operation.- Returns:
- buildpack Binding Resource object 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<BuildpackBindingResourceInner>,BuildpackBindingResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.buildpackBinding- The target buildpack binding for the create or update operation.- Returns:
- the
PollerFluxfor polling of buildpack Binding Resource object. - 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<BuildpackBindingResourceInner>,BuildpackBindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.buildpackBinding- The target buildpack binding for the create or update operation.- Returns:
- the
SyncPollerfor polling of buildpack Binding Resource object. - 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<BuildpackBindingResourceInner>,BuildpackBindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding, com.azure.core.util.Context context) Create or update a buildpack binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.buildpackBinding- The target buildpack binding for the create or update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of buildpack Binding Resource object. - 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<BuildpackBindingResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.buildpackBinding- The target buildpack binding for the create or update operation.- Returns:
- buildpack Binding Resource object 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
BuildpackBindingResourceInner createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding) Create or update a buildpack binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.buildpackBinding- The target buildpack binding for the create or update operation.- Returns:
- buildpack Binding Resource object.
- 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
BuildpackBindingResourceInner createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, BuildpackBindingResourceInner buildpackBinding, com.azure.core.util.Context context) Create or update a buildpack binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.buildpackBinding- The target buildpack binding for the create or update operation.context- The context to associate with this operation.- Returns:
- buildpack Binding Resource object.
- 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, String buildpackBindingName) Operation to delete a Buildpack Binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.- 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.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Operation to delete a Buildpack Binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.- 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Operation to delete a Buildpack Binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.- 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName, com.azure.core.util.Context context) Operation to delete a Buildpack Binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.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.
-
deleteAsync
Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Operation to delete a Buildpack Binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.- 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.
-
delete
void delete(String resourceGroupName, String serviceName, String buildServiceName, String builderName, String buildpackBindingName) Operation to delete a Buildpack Binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.- 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, String buildpackBindingName, com.azure.core.util.Context context) Operation to delete a Buildpack Binding.- 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.buildpackBindingName- The name of the Buildpack Binding Name.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<BuildpackBindingResourceInner> listAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName) Handles requests to list all buildpack bindings in a 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:
- object that includes an array of BuildpackBinding 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<BuildpackBindingResourceInner> list(String resourceGroupName, String serviceName, String buildServiceName, String builderName) Handles requests to list all buildpack bindings in a 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:
- object that includes an array of BuildpackBinding 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<BuildpackBindingResourceInner> list(String resourceGroupName, String serviceName, String buildServiceName, String builderName, com.azure.core.util.Context context) Handles requests to list all buildpack bindings in a 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:
- object that includes an array of BuildpackBinding 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.
-