Uses of Interface
com.azure.resourcemanager.appcontainers.models.ManagedEnvironment
Packages that use ManagedEnvironment
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ManagedEnvironment in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedEnvironmentModifier and TypeMethodDescriptionManagedEnvironment.Update.apply()
Executes the update request.ManagedEnvironment.Update.apply
(com.azure.core.util.Context context) Executes the update request.ManagedEnvironment.DefinitionStages.WithCreate.create()
Executes the create request.ManagedEnvironment.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Get the properties of a Managed Environment.ManagedEnvironments.getByResourceGroup
(String resourceGroupName, String environmentName) Get the properties of a Managed Environment.Get the properties of a Managed Environment.ManagedEnvironment.refresh()
Refreshes the resource to sync with Azure.ManagedEnvironment.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 ManagedEnvironmentModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<ManagedEnvironment> ManagedEnvironments.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get the properties of a Managed Environment.com.azure.core.http.rest.Response
<ManagedEnvironment> ManagedEnvironments.getByResourceGroupWithResponse
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the properties of a Managed Environment.com.azure.core.http.rest.Response
<ManagedEnvironment> ManagedEnvironmentsDiagnostics.getRootWithResponse
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the properties of a Managed Environment.com.azure.core.http.rest.PagedIterable
<ManagedEnvironment> ManagedEnvironments.list()
Get all Environments for a subscription.com.azure.core.http.rest.PagedIterable
<ManagedEnvironment> ManagedEnvironments.list
(com.azure.core.util.Context context) Get all Environments for a subscription.com.azure.core.http.rest.PagedIterable
<ManagedEnvironment> ManagedEnvironments.listByResourceGroup
(String resourceGroupName) Get all the Environments in a resource group.com.azure.core.http.rest.PagedIterable
<ManagedEnvironment> ManagedEnvironments.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Get all the Environments in a resource group.