Values.UpdateStorageProfileRequestSourceUpdates a storage profile.
type nonrec t = {farmId : FarmId.t;The farm ID to update.
*)storageProfileId : StorageProfileId.t;The storage profile ID to update.
*)clientToken : ClientToken.t option;The unique token which the server uses to recognize retries of the same request.
*)displayName : ResourceName.t option;The display name of the storage profile to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)osFamily : StorageProfileOperatingSystemFamily.t option;The OS system to update.
*)fileSystemLocationsToAdd : FileSystemLocationsList.t option;The file system location names to add.
*)fileSystemLocationsToRemove : FileSystemLocationsList.t option;The file system location names to remove.
*)}val make :
?clientToken:??? ->
?displayName:??? ->
?osFamily:??? ->
?fileSystemLocationsToAdd:??? ->
?fileSystemLocationsToRemove:??? ->
farmId:FarmId.t ->
storageProfileId:StorageProfileId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of FileSystemLocationName.t ])
list ]
list
| `String of FarmId.t ])
list ]