Uses of Interface
com.azure.resourcemanager.apicenter.models.Environment
Packages that use Environment
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of Environment in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return EnvironmentModifier and TypeMethodDescriptionEnvironment.Update.apply()
Executes the update request.Environment.Update.apply
(com.azure.core.util.Context context) Executes the update request.Environment.DefinitionStages.WithCreate.create()
Executes the create request.Environment.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Environments.get
(String resourceGroupName, String serviceName, String workspaceName, String environmentName) Returns details of the environment.Returns details of the environment.Environment.refresh()
Refreshes the resource to sync with Azure.Environment.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 EnvironmentModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Environment> Environments.getByIdWithResponse
(String id, com.azure.core.util.Context context) Returns details of the environment.com.azure.core.http.rest.Response
<Environment> Environments.getWithResponse
(String resourceGroupName, String serviceName, String workspaceName, String environmentName, com.azure.core.util.Context context) Returns details of the environment.com.azure.core.http.rest.PagedIterable
<Environment> Returns a collection of environments.com.azure.core.http.rest.PagedIterable
<Environment> Environments.list
(String resourceGroupName, String serviceName, String workspaceName, String filter, com.azure.core.util.Context context) Returns a collection of environments.