Uses of Interface
com.azure.resourcemanager.appcontainers.models.ManagedEnvironment
-
Packages that use ManagedEnvironment Package Description com.azure.resourcemanager.appcontainers.models 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 ManagedEnvironment Modifier and Type Method Description ManagedEnvironment
ManagedEnvironment.Update. apply()
Executes the update request.ManagedEnvironment
ManagedEnvironment.Update. apply(com.azure.core.util.Context context)
Executes the update request.ManagedEnvironment
ManagedEnvironment.DefinitionStages.WithCreate. create()
Executes the create request.ManagedEnvironment
ManagedEnvironment.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.ManagedEnvironment
ManagedEnvironments. getById(String id)
Get the properties of a Managed Environment used to host container apps.ManagedEnvironment
ManagedEnvironments. getByResourceGroup(String resourceGroupName, String name)
Get the properties of a Managed Environment used to host container apps.ManagedEnvironment
ManagedEnvironment. refresh()
Refreshes the resource to sync with Azure.ManagedEnvironment
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 ManagedEnvironment Modifier and Type Method Description com.azure.core.http.rest.Response<ManagedEnvironment>
ManagedEnvironments. getByIdWithResponse(String id, com.azure.core.util.Context context)
Get the properties of a Managed Environment used to host container apps.com.azure.core.http.rest.Response<ManagedEnvironment>
ManagedEnvironments. getByResourceGroupWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
Get the properties of a Managed Environment used to host container apps.com.azure.core.http.rest.PagedIterable<ManagedEnvironment>
ManagedEnvironments. list()
Get all Managed Environments for a subscription.com.azure.core.http.rest.PagedIterable<ManagedEnvironment>
ManagedEnvironments. list(com.azure.core.util.Context context)
Get all Managed Environments for a subscription.com.azure.core.http.rest.PagedIterable<ManagedEnvironment>
ManagedEnvironments. listByResourceGroup(String resourceGroupName)
Get all the Managed 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 Managed Environments in a resource group.
-