Values.DeleteBackendStorageRequestSourceThe request body for DeleteBackendStorage.
type nonrec t = {appId : string;The app ID.
*)backendEnvironmentName : string;The name of the backend environment.
*)resourceName : string;The name of the storage resource.
*)serviceName : ServiceName.t;The name of the storage service.
*)}val make :
appId:string ->
backendEnvironmentName:string ->
resourceName:string ->
serviceName:ServiceName.t ->
unit ->
t