Uses of Interface
com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentStorage
Packages that use ManagedEnvironmentStorage
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ManagedEnvironmentStorage in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedEnvironmentStorageModifier and TypeMethodDescriptionManagedEnvironmentStorage.Update.apply()Executes the update request.ManagedEnvironmentStorage.Update.apply(com.azure.core.util.Context context) Executes the update request.ManagedEnvironmentStorage.DefinitionStages.WithCreate.create()Executes the create request.ManagedEnvironmentStorage.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.ManagedEnvironmentsStorages.get(String resourceGroupName, String environmentName, String storageName) Get storage for a managedEnvironment.Get storage for a managedEnvironment.ManagedEnvironmentStorage.refresh()Refreshes the resource to sync with Azure.ManagedEnvironmentStorage.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 ManagedEnvironmentStorageModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ManagedEnvironmentStorage> ManagedEnvironmentsStorages.getByIdWithResponse(String id, com.azure.core.util.Context context) Get storage for a managedEnvironment.com.azure.core.http.rest.Response<ManagedEnvironmentStorage> ManagedEnvironmentsStorages.getWithResponse(String resourceGroupName, String environmentName, String storageName, com.azure.core.util.Context context) Get storage for a managedEnvironment.ManagedEnvironmentStoragesCollection.value()Gets the value property: Collection of storage resources.