Uses of Class
com.azure.developer.devcenter.models.EnvironmentDefinition
Packages that use EnvironmentDefinition
Package
Description
Package containing the classes for DevCenterService.
Package containing the data models for DevCenterService.
-
Uses of EnvironmentDefinition in com.azure.developer.devcenter
Methods in com.azure.developer.devcenter that return EnvironmentDefinitionModifier and TypeMethodDescriptionDeploymentEnvironmentsClient.getEnvironmentDefinition
(String projectName, String catalogName, String definitionName) Get an environment definition from a catalog.Methods in com.azure.developer.devcenter that return types with arguments of type EnvironmentDefinitionModifier and TypeMethodDescriptionDeploymentEnvironmentsAsyncClient.getEnvironmentDefinition
(String projectName, String catalogName, String definitionName) Get an environment definition from a catalog.com.azure.core.http.rest.PagedFlux
<EnvironmentDefinition> DeploymentEnvironmentsAsyncClient.listEnvironmentDefinitions
(String projectName) Lists all environment definitions available for a project.com.azure.core.http.rest.PagedIterable
<EnvironmentDefinition> DeploymentEnvironmentsClient.listEnvironmentDefinitions
(String projectName) Lists all environment definitions available for a project.com.azure.core.http.rest.PagedFlux
<EnvironmentDefinition> DeploymentEnvironmentsAsyncClient.listEnvironmentDefinitionsByCatalog
(String projectName, String catalogName) Lists all environment definitions available within a catalog.com.azure.core.http.rest.PagedIterable
<EnvironmentDefinition> DeploymentEnvironmentsClient.listEnvironmentDefinitionsByCatalog
(String projectName, String catalogName) Lists all environment definitions available within a catalog. -
Uses of EnvironmentDefinition in com.azure.developer.devcenter.models
Methods in com.azure.developer.devcenter.models that return EnvironmentDefinitionModifier and TypeMethodDescriptionstatic EnvironmentDefinition
EnvironmentDefinition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EnvironmentDefinition from the JsonReader.