Uses of Interface
com.azure.resourcemanager.appcontainers.models.JavaComponent
Packages that use JavaComponent
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JavaComponent in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JavaComponentModifier and TypeMethodDescriptionJavaComponent.Update.apply()
Executes the update request.JavaComponent.Update.apply
(com.azure.core.util.Context context) Executes the update request.JavaComponent.DefinitionStages.WithCreate.create()
Executes the create request.JavaComponent.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Get a Java Component.Get a Java Component.JavaComponent.refresh()
Refreshes the resource to sync with Azure.JavaComponent.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type JavaComponentModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<JavaComponent> JavaComponents.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get a Java Component.com.azure.core.http.rest.Response
<JavaComponent> JavaComponents.getWithResponse
(String resourceGroupName, String environmentName, String name, com.azure.core.util.Context context) Get a Java Component.com.azure.core.http.rest.PagedIterable
<JavaComponent> Get the Java Components for a managed environment.com.azure.core.http.rest.PagedIterable
<JavaComponent> JavaComponents.list
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the Java Components for a managed environment.