Interface BindingsClient
public interface BindingsClient
An instance of this class provides access to all the operations defined in BindingsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BindingResourceInner>, BindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting Binding.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BindingResourceInner>, BindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, com.azure.core.util.Context context) Create a new Binding or update an exiting Binding.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BindingResourceInner>, BindingResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting Binding.beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName) Operation to delete a Binding.beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName, com.azure.core.util.Context context) Operation to delete a Binding.beginDeleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName) Operation to delete a Binding.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BindingResourceInner>, BindingResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting Binding.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BindingResourceInner>, BindingResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, com.azure.core.util.Context context) Operation to update an exiting Binding.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BindingResourceInner>, BindingResourceInner> beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting Binding.createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting Binding.createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, com.azure.core.util.Context context) Create a new Binding or update an exiting Binding.createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting Binding.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting Binding.voidOperation to delete a Binding.voiddelete(String resourceGroupName, String serviceName, String appName, String bindingName, com.azure.core.util.Context context) Operation to delete a Binding.deleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName) Operation to delete a Binding.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName) Operation to delete a Binding.Get a Binding and its properties.Get a Binding and its properties.com.azure.core.http.rest.Response<BindingResourceInner> getWithResponse(String resourceGroupName, String serviceName, String appName, String bindingName, com.azure.core.util.Context context) Get a Binding and its properties.Mono<com.azure.core.http.rest.Response<BindingResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName) Get a Binding and its properties.com.azure.core.http.rest.PagedIterable<BindingResourceInner> Handles requests to list all resources in an App.com.azure.core.http.rest.PagedIterable<BindingResourceInner> list(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context) Handles requests to list all resources in an App.com.azure.core.http.rest.PagedFlux<BindingResourceInner> Handles requests to list all resources in an App.update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting Binding.update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, com.azure.core.util.Context context) Operation to update an exiting Binding.updateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting Binding.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting Binding.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<BindingResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName) Get a Binding and its properties.- 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.appName- The name of the App resource.bindingName- The name of the Binding resource.- Returns:
- a Binding and its properties 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<BindingResourceInner> getAsync(String resourceGroupName, String serviceName, String appName, String bindingName) Get a Binding and its properties.- 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.appName- The name of the App resource.bindingName- The name of the Binding resource.- Returns:
- a Binding and its properties 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.
-
getWithResponse
com.azure.core.http.rest.Response<BindingResourceInner> getWithResponse(String resourceGroupName, String serviceName, String appName, String bindingName, com.azure.core.util.Context context) Get a Binding and its properties.- 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.appName- The name of the App resource.bindingName- The name of the Binding resource.context- The context to associate with this operation.- Returns:
- a Binding and its properties 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.
-
get
BindingResourceInner get(String resourceGroupName, String serviceName, String appName, String bindingName) Get a Binding and its properties.- 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.appName- The name of the App resource.bindingName- The name of the Binding resource.- Returns:
- a Binding and its properties.
- 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 appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the create or update operation.- Returns:
- binding 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<BindingResourceInner>,BindingResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the create or update operation.- Returns:
- the
PollerFluxfor polling of binding 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<BindingResourceInner>,BindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the create or update operation.- Returns:
- the
SyncPollerfor polling of binding 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<BindingResourceInner>,BindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, com.azure.core.util.Context context) Create a new Binding or update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of binding 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<BindingResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the create or update operation.- Returns:
- binding 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
BindingResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Create a new Binding or update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the create or update operation.- Returns:
- binding 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
BindingResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, com.azure.core.util.Context context) Create a new Binding or update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- binding 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.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName) Operation to delete a 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.appName- The name of the App resource.bindingName- The name of the Binding 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.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName) Operation to delete a 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.appName- The name of the App resource.bindingName- The name of the Binding 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName) Operation to delete a 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.appName- The name of the App resource.bindingName- The name of the Binding 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName, com.azure.core.util.Context context) Operation to delete a 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.appName- The name of the App resource.bindingName- The name of the Binding 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.
-
deleteAsync
Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName) Operation to delete a 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.appName- The name of the App resource.bindingName- The name of the Binding 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.
-
delete
Operation to delete a 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.appName- The name of the App resource.bindingName- The name of the Binding resource.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serviceName, String appName, String bindingName, com.azure.core.util.Context context) Operation to delete a 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.appName- The name of the App resource.bindingName- The name of the Binding 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.
-
updateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the update operation.- Returns:
- binding 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.
-
beginUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BindingResourceInner>,BindingResourceInner> beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the update operation.- Returns:
- the
PollerFluxfor polling of binding 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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BindingResourceInner>,BindingResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the update operation.- Returns:
- the
SyncPollerfor polling of binding 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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BindingResourceInner>,BindingResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, com.azure.core.util.Context context) Operation to update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of binding 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.
-
updateAsync
Mono<BindingResourceInner> updateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the update operation.- Returns:
- binding 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.
-
update
BindingResourceInner update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource) Operation to update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the update operation.- Returns:
- binding 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.
-
update
BindingResourceInner update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, com.azure.core.util.Context context) Operation to update an exiting 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.appName- The name of the App resource.bindingName- The name of the Binding resource.bindingResource- Parameters for the update operation.context- The context to associate with this operation.- Returns:
- binding 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.
-
listAsync
com.azure.core.http.rest.PagedFlux<BindingResourceInner> listAsync(String resourceGroupName, String serviceName, String appName) Handles requests to list all resources in an App.- 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.appName- The name of the App resource.- Returns:
- object that includes an array of Binding 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<BindingResourceInner> list(String resourceGroupName, String serviceName, String appName) Handles requests to list all resources in an App.- 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.appName- The name of the App resource.- Returns:
- object that includes an array of Binding 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<BindingResourceInner> list(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context) Handles requests to list all resources in an App.- 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.appName- The name of the App resource.context- The context to associate with this operation.- Returns:
- object that includes an array of Binding 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.
-