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