Values.CreateBackendStorageReqObjSourceThe request object for this operation.
type nonrec t = {backendEnvironmentName : string;The name of the backend environment.
*)resourceConfig : CreateBackendStorageResourceConfig.t;The resource configuration for creating backend storage.
*)resourceName : string;The name of the storage resource.
*)}val make :
backendEnvironmentName:string ->
resourceConfig:CreateBackendStorageResourceConfig.t ->
resourceName:string ->
unit ->
t