Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.DeploymentResourceInner
Packages that use DeploymentResourceInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of DeploymentResourceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return DeploymentResourceInnerModifier and TypeMethodDescriptionDeploymentsClient.createOrUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.DeploymentsClient.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.DeploymentsClient.get(String resourceGroupName, String serviceName, String appName, String deploymentName) Get a Deployment and its properties.DeploymentsClient.update(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.DeploymentsClient.update(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource, com.azure.core.util.Context context) Operation to update an exiting Deployment.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type DeploymentResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource, com.azure.core.util.Context context) Operation to update an exiting Deployment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource, com.azure.core.util.Context context) Operation to update an exiting Deployment.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.DeploymentsClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.DeploymentsClient.getAsync(String resourceGroupName, String serviceName, String appName, String deploymentName) Get a Deployment and its properties.com.azure.core.http.rest.Response<DeploymentResourceInner>DeploymentsClient.getWithResponse(String resourceGroupName, String serviceName, String appName, String deploymentName, com.azure.core.util.Context context) Get a Deployment and its properties.Mono<com.azure.core.http.rest.Response<DeploymentResourceInner>>DeploymentsClient.getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String deploymentName) Get a Deployment and its properties.com.azure.core.http.rest.PagedIterable<DeploymentResourceInner>Handles requests to list all resources in an App.com.azure.core.http.rest.PagedIterable<DeploymentResourceInner>DeploymentsClient.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.com.azure.core.http.rest.PagedFlux<DeploymentResourceInner>Handles requests to list all resources in an App.com.azure.core.http.rest.PagedFlux<DeploymentResourceInner>DeploymentsClient.listAsync(String resourceGroupName, String serviceName, String appName, List<String> version) Handles requests to list all resources in an App.com.azure.core.http.rest.PagedIterable<DeploymentResourceInner>DeploymentsClient.listForCluster(String resourceGroupName, String serviceName) List deployments for a certain service.com.azure.core.http.rest.PagedIterable<DeploymentResourceInner>DeploymentsClient.listForCluster(String resourceGroupName, String serviceName, List<String> version, String expand, com.azure.core.util.Context context) List deployments for a certain service.com.azure.core.http.rest.PagedFlux<DeploymentResourceInner>DeploymentsClient.listForClusterAsync(String resourceGroupName, String serviceName) List deployments for a certain service.com.azure.core.http.rest.PagedFlux<DeploymentResourceInner>DeploymentsClient.listForClusterAsync(String resourceGroupName, String serviceName, List<String> version, String expand) List deployments for a certain service.DeploymentsClient.updateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type DeploymentResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource, com.azure.core.util.Context context) Operation to update an exiting Deployment.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DeploymentResourceInner>,DeploymentResourceInner> DeploymentsClient.beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.DeploymentsClient.createOrUpdate(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.DeploymentsClient.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.DeploymentsClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>DeploymentsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Create a new Deployment or update an exiting Deployment.DeploymentsClient.update(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.DeploymentsClient.update(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource, com.azure.core.util.Context context) Operation to update an exiting Deployment.DeploymentsClient.updateAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>DeploymentsClient.updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String deploymentName, DeploymentResourceInner deploymentResource) Operation to update an exiting Deployment. -
Uses of DeploymentResourceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return DeploymentResourceInnerModifier and TypeMethodDescriptionstatic DeploymentResourceInnerDeploymentResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentResourceInner from the JsonReader.DeploymentResourceInner.withProperties(DeploymentResourceProperties properties) Set the properties property: Properties of the Deployment resource.Set the sku property: Sku of the Deployment resource. -
Uses of DeploymentResourceInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type DeploymentResourceInnerModifier and TypeMethodDescriptionDeploymentResourceCollection.value()Get the value property: Collection of Deployment resources.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type DeploymentResourceInnerModifier and TypeMethodDescriptionDeploymentResourceCollection.withValue(List<DeploymentResourceInner> value) Set the value property: Collection of Deployment resources.