Interface DeploymentsClient


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

      • getWithResponseAsync

        Mono<com.azure.core.http.rest.Response<DeploymentResourceInner>> getWithResponseAsync​(String resourceGroupName,
                                                                                              String serviceName,
                                                                                              String appName,
                                                                                              String deploymentName)
        Get a Deployment 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.
        deploymentName - The name of the Deployment resource.
        Returns:
        a Deployment 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.
      • getAsync

        Mono<DeploymentResourceInner> getAsync​(String resourceGroupName,
                                               String serviceName,
                                               String appName,
                                               String deploymentName)
        Get a Deployment 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.
        deploymentName - The name of the Deployment resource.
        Returns:
        a Deployment 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.
      • get

        DeploymentResourceInner get​(String resourceGroupName,
                                    String serviceName,
                                    String appName,
                                    String deploymentName)
        Get a Deployment 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.
        deploymentName - The name of the Deployment resource.
        Returns:
        a Deployment 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.
      • getWithResponse

        com.azure.core.http.rest.Response<DeploymentResourceInner> getWithResponse​(String resourceGroupName,
                                                                                   String serviceName,
                                                                                   String appName,
                                                                                   String deploymentName,
                                                                                   com.azure.core.util.Context context)
        Get a Deployment 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.
        deploymentName - The name of the Deployment resource.
        context - The context to associate with this operation.
        Returns:
        a Deployment 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 deploymentName,
                                                                                                  DeploymentResourceInner deploymentResource)
        Create a new Deployment or update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the create or update operation.
        Returns:
        deployment 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.
      • beginCreateOrUpdateAsync

        com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,​DeploymentResourceInner> beginCreateOrUpdateAsync​(String resourceGroupName,
                                                                                                                                                                             String serviceName,
                                                                                                                                                                             String appName,
                                                                                                                                                                             String deploymentName,
                                                                                                                                                                             DeploymentResourceInner deploymentResource)
        Create a new Deployment or update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the create or update operation.
        Returns:
        deployment 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<DeploymentResourceInner>,​DeploymentResourceInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                                        String serviceName,
                                                                                                                                                                        String appName,
                                                                                                                                                                        String deploymentName,
                                                                                                                                                                        DeploymentResourceInner deploymentResource)
        Create a new Deployment or update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the create or update operation.
        Returns:
        deployment 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<DeploymentResourceInner>,​DeploymentResourceInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                                        String serviceName,
                                                                                                                                                                        String appName,
                                                                                                                                                                        String deploymentName,
                                                                                                                                                                        DeploymentResourceInner deploymentResource,
                                                                                                                                                                        com.azure.core.util.Context context)
        Create a new Deployment or update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the create or update operation.
        context - The context to associate with this operation.
        Returns:
        deployment 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<DeploymentResourceInner> createOrUpdateAsync​(String resourceGroupName,
                                                          String serviceName,
                                                          String appName,
                                                          String deploymentName,
                                                          DeploymentResourceInner deploymentResource)
        Create a new Deployment or update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the create or update operation.
        Returns:
        deployment 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

        DeploymentResourceInner createOrUpdate​(String resourceGroupName,
                                               String serviceName,
                                               String appName,
                                               String deploymentName,
                                               DeploymentResourceInner deploymentResource)
        Create a new Deployment or update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the create or update operation.
        Returns:
        deployment 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

        DeploymentResourceInner createOrUpdate​(String resourceGroupName,
                                               String serviceName,
                                               String appName,
                                               String deploymentName,
                                               DeploymentResourceInner deploymentResource,
                                               com.azure.core.util.Context context)
        Create a new Deployment or update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the create or update operation.
        context - The context to associate with this operation.
        Returns:
        deployment 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 deploymentName)
        Operation to delete a Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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 deploymentName)
        Operation to delete a Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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 deploymentName)
        Operation to delete a Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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 deploymentName,
                                                                                                                          com.azure.core.util.Context context)
        Operation to delete a Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        context - The context to associate with this operation.
        Returns:
        the completion.
        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 deploymentName)
        Operation to delete a Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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 deploymentName)
        Operation to delete a Deployment.
        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.
        deploymentName - The name of the Deployment 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 deploymentName,
                    com.azure.core.util.Context context)
        Operation to delete a Deployment.
        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.
        deploymentName - The name of the Deployment 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 deploymentName,
                                                                                          DeploymentResourceInner deploymentResource)
        Operation to update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the update operation.
        Returns:
        deployment 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.
      • beginUpdateAsync

        com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,​DeploymentResourceInner> beginUpdateAsync​(String resourceGroupName,
                                                                                                                                                                     String serviceName,
                                                                                                                                                                     String appName,
                                                                                                                                                                     String deploymentName,
                                                                                                                                                                     DeploymentResourceInner deploymentResource)
        Operation to update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the update operation.
        Returns:
        deployment 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<DeploymentResourceInner>,​DeploymentResourceInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                                String serviceName,
                                                                                                                                                                String appName,
                                                                                                                                                                String deploymentName,
                                                                                                                                                                DeploymentResourceInner deploymentResource)
        Operation to update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the update operation.
        Returns:
        deployment 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<DeploymentResourceInner>,​DeploymentResourceInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                                String serviceName,
                                                                                                                                                                String appName,
                                                                                                                                                                String deploymentName,
                                                                                                                                                                DeploymentResourceInner deploymentResource,
                                                                                                                                                                com.azure.core.util.Context context)
        Operation to update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the update operation.
        context - The context to associate with this operation.
        Returns:
        deployment 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<DeploymentResourceInner> updateAsync​(String resourceGroupName,
                                                  String serviceName,
                                                  String appName,
                                                  String deploymentName,
                                                  DeploymentResourceInner deploymentResource)
        Operation to update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the update operation.
        Returns:
        deployment 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

        DeploymentResourceInner update​(String resourceGroupName,
                                       String serviceName,
                                       String appName,
                                       String deploymentName,
                                       DeploymentResourceInner deploymentResource)
        Operation to update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the update operation.
        Returns:
        deployment 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

        DeploymentResourceInner update​(String resourceGroupName,
                                       String serviceName,
                                       String appName,
                                       String deploymentName,
                                       DeploymentResourceInner deploymentResource,
                                       com.azure.core.util.Context context)
        Operation to update an exiting Deployment.
        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.
        deploymentName - The name of the Deployment resource.
        deploymentResource - Parameters for the update operation.
        context - The context to associate with this operation.
        Returns:
        deployment 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<DeploymentResourceInner> listAsync​(String resourceGroupName,
                                                                              String serviceName,
                                                                              String appName,
                                                                              List<String> version)
        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.
        version - Version of the deployments to be listed.
        Returns:
        object that includes an array of App resources and a possible link for next set.
        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<DeploymentResourceInner> 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 App resources and a possible link for next set.
        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<DeploymentResourceInner> 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 App resources and a possible link for next set.
        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<DeploymentResourceInner> list​(String resourceGroupName,
                                                                             String serviceName,
                                                                             String appName,
                                                                             List<String> version,
                                                                             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.
        version - Version of the deployments to be listed.
        context - The context to associate with this operation.
        Returns:
        object that includes an array of App resources and a possible link for next set.
        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.
      • listForClusterAsync

        com.azure.core.http.rest.PagedFlux<DeploymentResourceInner> listForClusterAsync​(String resourceGroupName,
                                                                                        String serviceName,
                                                                                        List<String> version)
        List deployments for a certain service.
        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.
        version - Version of the deployments to be listed.
        Returns:
        object that includes an array of App resources and a possible link for next set.
        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.
      • listForClusterAsync

        com.azure.core.http.rest.PagedFlux<DeploymentResourceInner> listForClusterAsync​(String resourceGroupName,
                                                                                        String serviceName)
        List deployments for a certain service.
        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 App resources and a possible link for next set.
        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.
      • listForCluster

        com.azure.core.http.rest.PagedIterable<DeploymentResourceInner> listForCluster​(String resourceGroupName,
                                                                                       String serviceName)
        List deployments for a certain service.
        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 App resources and a possible link for next set.
        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.
      • listForCluster

        com.azure.core.http.rest.PagedIterable<DeploymentResourceInner> listForCluster​(String resourceGroupName,
                                                                                       String serviceName,
                                                                                       List<String> version,
                                                                                       com.azure.core.util.Context context)
        List deployments for a certain service.
        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.
        version - Version of the deployments to be listed.
        context - The context to associate with this operation.
        Returns:
        object that includes an array of App resources and a possible link for next set.
        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.
      • startWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> startWithResponseAsync​(String resourceGroupName,
                                                                                         String serviceName,
                                                                                         String appName,
                                                                                         String deploymentName)
        Start the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • beginStartAsync

        com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,​Void> beginStartAsync​(String resourceGroupName,
                                                                                                                              String serviceName,
                                                                                                                              String appName,
                                                                                                                              String deploymentName)
        Start the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • beginStart

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginStart​(String resourceGroupName,
                                                                                                                         String serviceName,
                                                                                                                         String appName,
                                                                                                                         String deploymentName)
        Start the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • beginStart

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginStart​(String resourceGroupName,
                                                                                                                         String serviceName,
                                                                                                                         String appName,
                                                                                                                         String deploymentName,
                                                                                                                         com.azure.core.util.Context context)
        Start the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        context - The context to associate with this operation.
        Returns:
        the completion.
        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.
      • startAsync

        Mono<Void> startAsync​(String resourceGroupName,
                              String serviceName,
                              String appName,
                              String deploymentName)
        Start the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • start

        void start​(String resourceGroupName,
                   String serviceName,
                   String appName,
                   String deploymentName)
        Start the deployment.
        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.
        deploymentName - The name of the Deployment 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.
      • start

        void start​(String resourceGroupName,
                   String serviceName,
                   String appName,
                   String deploymentName,
                   com.azure.core.util.Context context)
        Start the deployment.
        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.
        deploymentName - The name of the Deployment 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.
      • stopWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> stopWithResponseAsync​(String resourceGroupName,
                                                                                        String serviceName,
                                                                                        String appName,
                                                                                        String deploymentName)
        Stop the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • beginStopAsync

        com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,​Void> beginStopAsync​(String resourceGroupName,
                                                                                                                             String serviceName,
                                                                                                                             String appName,
                                                                                                                             String deploymentName)
        Stop the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • beginStop

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginStop​(String resourceGroupName,
                                                                                                                        String serviceName,
                                                                                                                        String appName,
                                                                                                                        String deploymentName)
        Stop the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • beginStop

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginStop​(String resourceGroupName,
                                                                                                                        String serviceName,
                                                                                                                        String appName,
                                                                                                                        String deploymentName,
                                                                                                                        com.azure.core.util.Context context)
        Stop the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        context - The context to associate with this operation.
        Returns:
        the completion.
        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.
      • stopAsync

        Mono<Void> stopAsync​(String resourceGroupName,
                             String serviceName,
                             String appName,
                             String deploymentName)
        Stop the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • stop

        void stop​(String resourceGroupName,
                  String serviceName,
                  String appName,
                  String deploymentName)
        Stop the deployment.
        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.
        deploymentName - The name of the Deployment 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.
      • stop

        void stop​(String resourceGroupName,
                  String serviceName,
                  String appName,
                  String deploymentName,
                  com.azure.core.util.Context context)
        Stop the deployment.
        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.
        deploymentName - The name of the Deployment 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.
      • restartWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restartWithResponseAsync​(String resourceGroupName,
                                                                                           String serviceName,
                                                                                           String appName,
                                                                                           String deploymentName)
        Restart the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • beginRestartAsync

        com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,​Void> beginRestartAsync​(String resourceGroupName,
                                                                                                                                String serviceName,
                                                                                                                                String appName,
                                                                                                                                String deploymentName)
        Restart the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • beginRestart

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginRestart​(String resourceGroupName,
                                                                                                                           String serviceName,
                                                                                                                           String appName,
                                                                                                                           String deploymentName)
        Restart the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • beginRestart

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginRestart​(String resourceGroupName,
                                                                                                                           String serviceName,
                                                                                                                           String appName,
                                                                                                                           String deploymentName,
                                                                                                                           com.azure.core.util.Context context)
        Restart the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        context - The context to associate with this operation.
        Returns:
        the completion.
        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.
      • restartAsync

        Mono<Void> restartAsync​(String resourceGroupName,
                                String serviceName,
                                String appName,
                                String deploymentName)
        Restart the deployment.
        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.
        deploymentName - The name of the Deployment resource.
        Returns:
        the completion.
        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.
      • restart

        void restart​(String resourceGroupName,
                     String serviceName,
                     String appName,
                     String deploymentName)
        Restart the deployment.
        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.
        deploymentName - The name of the Deployment 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.
      • restart

        void restart​(String resourceGroupName,
                     String serviceName,
                     String appName,
                     String deploymentName,
                     com.azure.core.util.Context context)
        Restart the deployment.
        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.
        deploymentName - The name of the Deployment 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.
      • getLogFileUrlWithResponseAsync

        Mono<com.azure.core.http.rest.Response<LogFileUrlResponseInner>> getLogFileUrlWithResponseAsync​(String resourceGroupName,
                                                                                                        String serviceName,
                                                                                                        String appName,
                                                                                                        String deploymentName)
        Get deployment log file 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.
        appName - The name of the App resource.
        deploymentName - The name of the Deployment resource.
        Returns:
        deployment log file 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.
      • getLogFileUrlAsync

        Mono<LogFileUrlResponseInner> getLogFileUrlAsync​(String resourceGroupName,
                                                         String serviceName,
                                                         String appName,
                                                         String deploymentName)
        Get deployment log file 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.
        appName - The name of the App resource.
        deploymentName - The name of the Deployment resource.
        Returns:
        deployment log file 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.
      • getLogFileUrl

        LogFileUrlResponseInner getLogFileUrl​(String resourceGroupName,
                                              String serviceName,
                                              String appName,
                                              String deploymentName)
        Get deployment log file 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.
        appName - The name of the App resource.
        deploymentName - The name of the Deployment resource.
        Returns:
        deployment log file 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.
      • getLogFileUrlWithResponse

        com.azure.core.http.rest.Response<LogFileUrlResponseInner> getLogFileUrlWithResponse​(String resourceGroupName,
                                                                                             String serviceName,
                                                                                             String appName,
                                                                                             String deploymentName,
                                                                                             com.azure.core.util.Context context)
        Get deployment log file 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.
        appName - The name of the App resource.
        deploymentName - The name of the Deployment resource.
        context - The context to associate with this operation.
        Returns:
        deployment log file 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.