Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentStorageInner
Packages that use ManagedEnvironmentStorageInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ManagedEnvironmentStorageInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return ManagedEnvironmentStorageInnerModifier and TypeMethodDescriptionManagedEnvironmentsStoragesClient.createOrUpdate
(String resourceGroupName, String environmentName, String storageName, ManagedEnvironmentStorageInner storageEnvelope) Create or update storage for a managedEnvironment.ManagedEnvironmentsStoragesClient.get
(String resourceGroupName, String environmentName, String storageName) Get storage for a managedEnvironment.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type ManagedEnvironmentStorageInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<ManagedEnvironmentStorageInner> ManagedEnvironmentsStoragesClient.createOrUpdateWithResponse
(String resourceGroupName, String environmentName, String storageName, ManagedEnvironmentStorageInner storageEnvelope, com.azure.core.util.Context context) Create or update storage for a managedEnvironment.com.azure.core.http.rest.Response
<ManagedEnvironmentStorageInner> ManagedEnvironmentsStoragesClient.getWithResponse
(String resourceGroupName, String environmentName, String storageName, com.azure.core.util.Context context) Get storage for a managedEnvironment.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type ManagedEnvironmentStorageInnerModifier and TypeMethodDescriptionManagedEnvironmentsStoragesClient.createOrUpdate
(String resourceGroupName, String environmentName, String storageName, ManagedEnvironmentStorageInner storageEnvelope) Create or update storage for a managedEnvironment.com.azure.core.http.rest.Response
<ManagedEnvironmentStorageInner> ManagedEnvironmentsStoragesClient.createOrUpdateWithResponse
(String resourceGroupName, String environmentName, String storageName, ManagedEnvironmentStorageInner storageEnvelope, com.azure.core.util.Context context) Create or update storage for a managedEnvironment. -
Uses of ManagedEnvironmentStorageInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ManagedEnvironmentStorageInnerModifier and TypeMethodDescriptionManagedEnvironmentStorageInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedEnvironmentStorageInner from the JsonReader.ManagedEnvironmentStorageInner.withProperties
(ManagedEnvironmentStorageProperties properties) Set the properties property: Storage properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type ManagedEnvironmentStorageInnerModifier and TypeMethodDescriptionManagedEnvironmentStoragesCollectionInner.value()
Get the value property: Collection of storage resources.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type ManagedEnvironmentStorageInnerModifier and TypeMethodDescriptionManagedEnvironmentStoragesCollectionInner.withValue
(List<ManagedEnvironmentStorageInner> value) Set the value property: Collection of storage resources. -
Uses of ManagedEnvironmentStorageInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedEnvironmentStorageInnerModifier and TypeMethodDescriptionManagedEnvironmentStorage.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentStorageInner object.