Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentStorageInner
Packages that use ConnectedEnvironmentStorageInner
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 ConnectedEnvironmentStorageInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return ConnectedEnvironmentStorageInnerModifier and TypeMethodDescriptionConnectedEnvironmentsStoragesClient.createOrUpdate
(String resourceGroupName, String connectedEnvironmentName, String storageName, ConnectedEnvironmentStorageInner storageEnvelope) Create or update storage for a connectedEnvironment.ConnectedEnvironmentsStoragesClient.get
(String resourceGroupName, String connectedEnvironmentName, String storageName) Get storage for a connectedEnvironment.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type ConnectedEnvironmentStorageInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<ConnectedEnvironmentStorageInner> ConnectedEnvironmentsStoragesClient.createOrUpdateWithResponse
(String resourceGroupName, String connectedEnvironmentName, String storageName, ConnectedEnvironmentStorageInner storageEnvelope, com.azure.core.util.Context context) Create or update storage for a connectedEnvironment.com.azure.core.http.rest.Response
<ConnectedEnvironmentStorageInner> ConnectedEnvironmentsStoragesClient.getWithResponse
(String resourceGroupName, String connectedEnvironmentName, String storageName, com.azure.core.util.Context context) Get storage for a connectedEnvironment.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type ConnectedEnvironmentStorageInnerModifier and TypeMethodDescriptionConnectedEnvironmentsStoragesClient.createOrUpdate
(String resourceGroupName, String connectedEnvironmentName, String storageName, ConnectedEnvironmentStorageInner storageEnvelope) Create or update storage for a connectedEnvironment.com.azure.core.http.rest.Response
<ConnectedEnvironmentStorageInner> ConnectedEnvironmentsStoragesClient.createOrUpdateWithResponse
(String resourceGroupName, String connectedEnvironmentName, String storageName, ConnectedEnvironmentStorageInner storageEnvelope, com.azure.core.util.Context context) Create or update storage for a connectedEnvironment. -
Uses of ConnectedEnvironmentStorageInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ConnectedEnvironmentStorageInnerModifier and TypeMethodDescriptionConnectedEnvironmentStorageInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectedEnvironmentStorageInner from the JsonReader.ConnectedEnvironmentStorageInner.withProperties
(ConnectedEnvironmentStorageProperties properties) Set the properties property: Storage properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type ConnectedEnvironmentStorageInnerModifier and TypeMethodDescriptionConnectedEnvironmentStoragesCollectionInner.value()
Get the value property: Collection of storage resources.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type ConnectedEnvironmentStorageInnerModifier and TypeMethodDescriptionConnectedEnvironmentStoragesCollectionInner.withValue
(List<ConnectedEnvironmentStorageInner> value) Set the value property: Collection of storage resources. -
Uses of ConnectedEnvironmentStorageInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ConnectedEnvironmentStorageInnerModifier and TypeMethodDescriptionConnectedEnvironmentStorage.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentStorageInner object.