Uses of Interface
com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentStorage
-
Packages that use ManagedEnvironmentStorage Package Description com.azure.resourcemanager.appcontainers.models 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 ManagedEnvironmentStorage Modifier and Type Method Description ManagedEnvironmentStorage
ManagedEnvironmentStorage.Update. apply()
Executes the update request.ManagedEnvironmentStorage
ManagedEnvironmentStorage.Update. apply(com.azure.core.util.Context context)
Executes the update request.ManagedEnvironmentStorage
ManagedEnvironmentStorage.DefinitionStages.WithCreate. create()
Executes the create request.ManagedEnvironmentStorage
ManagedEnvironmentStorage.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.ManagedEnvironmentStorage
ManagedEnvironmentsStorages. get(String resourceGroupName, String envName, String name)
Get storage for a managedEnvironment.ManagedEnvironmentStorage
ManagedEnvironmentsStorages. getById(String id)
Get storage for a managedEnvironment.ManagedEnvironmentStorage
ManagedEnvironmentStorage. refresh()
Refreshes the resource to sync with Azure.ManagedEnvironmentStorage
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 ManagedEnvironmentStorage Modifier and Type Method Description com.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 envName, String name, com.azure.core.util.Context context)
Get storage for a managedEnvironment.List<ManagedEnvironmentStorage>
ManagedEnvironmentStoragesCollection. value()
Gets the value property: Collection of storage resources.
-