Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.StorageResourceInner
Packages that use StorageResourceInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of StorageResourceInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return StorageResourceInnerModifier and TypeMethodDescriptionStoragesClient.createOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.StoragesClient.createOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource, com.azure.core.util.Context context) Create or update storage resource.Get the storage resource.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type StorageResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageResourceInner>,StorageResourceInner> StoragesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageResourceInner>,StorageResourceInner> StoragesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageResourceInner>,StorageResourceInner> StoragesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource, com.azure.core.util.Context context) Create or update storage resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageResourceInner>,StorageResourceInner> StoragesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource, com.azure.core.util.Context context) Create or update storage resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageResourceInner>,StorageResourceInner> StoragesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageResourceInner>,StorageResourceInner> StoragesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.StoragesClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.Get the storage resource.com.azure.core.http.rest.Response<StorageResourceInner>StoragesClient.getWithResponse(String resourceGroupName, String serviceName, String storageName, com.azure.core.util.Context context) Get the storage resource.Mono<com.azure.core.http.rest.Response<StorageResourceInner>>StoragesClient.getWithResponseAsync(String resourceGroupName, String serviceName, String storageName) Get the storage resource.com.azure.core.http.rest.PagedIterable<StorageResourceInner>List all the storages of one Azure Spring Apps resource.com.azure.core.http.rest.PagedIterable<StorageResourceInner>StoragesClient.list(String resourceGroupName, String serviceName, com.azure.core.util.Context context) List all the storages of one Azure Spring Apps resource.com.azure.core.http.rest.PagedFlux<StorageResourceInner>List all the storages of one Azure Spring Apps resource.Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type StorageResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageResourceInner>,StorageResourceInner> StoragesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageResourceInner>,StorageResourceInner> StoragesClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource, com.azure.core.util.Context context) Create or update storage resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageResourceInner>,StorageResourceInner> StoragesClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.StoragesClient.createOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.StoragesClient.createOrUpdate(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource, com.azure.core.util.Context context) Create or update storage resource.StoragesClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>StoragesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String storageName, StorageResourceInner storageResource) Create or update storage resource. -
Uses of StorageResourceInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return StorageResourceInnerModifier and TypeMethodDescriptionstatic StorageResourceInnerStorageResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageResourceInner from the JsonReader.StorageResourceInner.withProperties(StorageProperties properties) Set the properties property: Properties of the storage resource payload. -
Uses of StorageResourceInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type StorageResourceInnerModifier and TypeMethodDescriptionStorageResourceCollection.value()Get the value property: The storage resources list.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type StorageResourceInnerModifier and TypeMethodDescriptionStorageResourceCollection.withValue(List<StorageResourceInner> value) Set the value property: The storage resources list.