Uses of Interface
com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentStoragesCollection
-
Packages that use ManagedEnvironmentStoragesCollection Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of ManagedEnvironmentStoragesCollection in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedEnvironmentStoragesCollection Modifier and Type Method Description ManagedEnvironmentStoragesCollection
ManagedEnvironmentsStorages. list(String resourceGroupName, String envName)
Get all storages for a managedEnvironment.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ManagedEnvironmentStoragesCollection Modifier and Type Method Description com.azure.core.http.rest.Response<ManagedEnvironmentStoragesCollection>
ManagedEnvironmentsStorages. listWithResponse(String resourceGroupName, String envName, com.azure.core.util.Context context)
Get all storages for a managedEnvironment.
-