Uses of Interface
com.azure.resourcemanager.apicenter.models.Deployment
Packages that use Deployment
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of Deployment in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return DeploymentModifier and TypeMethodDescriptionDeployment.Update.apply()
Executes the update request.Deployment.Update.apply
(com.azure.core.util.Context context) Executes the update request.Deployment.DefinitionStages.WithCreate.create()
Executes the create request.Deployment.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Deployments.get
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String deploymentName) Returns details of the API deployment.Returns details of the API deployment.Deployment.refresh()
Refreshes the resource to sync with Azure.Deployment.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type DeploymentModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Deployment> Deployments.getByIdWithResponse
(String id, com.azure.core.util.Context context) Returns details of the API deployment.com.azure.core.http.rest.Response
<Deployment> Deployments.getWithResponse
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String deploymentName, com.azure.core.util.Context context) Returns details of the API deployment.com.azure.core.http.rest.PagedIterable
<Deployment> Deployments.list
(String resourceGroupName, String serviceName, String workspaceName, String apiName) Returns a collection of API deployments.com.azure.core.http.rest.PagedIterable
<Deployment> Deployments.list
(String resourceGroupName, String serviceName, String workspaceName, String apiName, String filter, com.azure.core.util.Context context) Returns a collection of API deployments.