Values.UpdateBackendStorageRequestSourceThe request body for UpdateBackendStorage.
type nonrec t = {appId : string;The app ID.
*)backendEnvironmentName : string;The name of the backend environment.
*)resourceConfig : UpdateBackendStorageResourceConfig.t;The resource configuration for updating backend storage.
*)resourceName : string;The name of the storage resource.
*)}val make :
appId:string ->
backendEnvironmentName:string ->
resourceConfig:UpdateBackendStorageResourceConfig.t ->
resourceName:string ->
unit ->
t