Uses of Interface
com.azure.resourcemanager.appcontainers.models.ConnectedEnvironment
Packages that use ConnectedEnvironment
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ConnectedEnvironment in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ConnectedEnvironmentModifier and TypeMethodDescriptionConnectedEnvironment.Update.apply()Executes the update request.ConnectedEnvironment.Update.apply(com.azure.core.util.Context context) Executes the update request.ConnectedEnvironment.DefinitionStages.WithCreate.create()Executes the create request.ConnectedEnvironment.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get the properties of an connectedEnvironment.ConnectedEnvironments.getByResourceGroup(String resourceGroupName, String connectedEnvironmentName) Get the properties of an connectedEnvironment.ConnectedEnvironment.refresh()Refreshes the resource to sync with Azure.ConnectedEnvironment.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Update connected Environment's properties.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ConnectedEnvironmentModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ConnectedEnvironment> ConnectedEnvironments.getByIdWithResponse(String id, com.azure.core.util.Context context) Get the properties of an connectedEnvironment.com.azure.core.http.rest.Response<ConnectedEnvironment> ConnectedEnvironments.getByResourceGroupWithResponse(String resourceGroupName, String connectedEnvironmentName, com.azure.core.util.Context context) Get the properties of an connectedEnvironment.com.azure.core.http.rest.PagedIterable<ConnectedEnvironment> ConnectedEnvironments.list()Get all connectedEnvironments for a subscription.com.azure.core.http.rest.PagedIterable<ConnectedEnvironment> ConnectedEnvironments.list(com.azure.core.util.Context context) Get all connectedEnvironments for a subscription.com.azure.core.http.rest.PagedIterable<ConnectedEnvironment> ConnectedEnvironments.listByResourceGroup(String resourceGroupName) Get all connectedEnvironments in a resource group.com.azure.core.http.rest.PagedIterable<ConnectedEnvironment> ConnectedEnvironments.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Get all connectedEnvironments in a resource group.com.azure.core.http.rest.Response<ConnectedEnvironment> ConnectedEnvironments.updateWithResponse(String resourceGroupName, String connectedEnvironmentName, com.azure.core.util.Context context) Update connected Environment's properties.