Values.CreateStorageProfileRequestSourceCreates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.
type nonrec t = {farmId : FarmId.t;The farm ID of the farm to connect to the storage profile.
*)clientToken : ClientToken.t option;The unique token which the server uses to recognize retries of the same request.
*)displayName : ResourceName.t;The display name of the storage profile. 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;The type of operating system (OS) for the storage profile.
*)fileSystemLocations : FileSystemLocationsList.t option;File system paths to include in the storage profile.
*)}val make :
?clientToken:??? ->
?fileSystemLocations:??? ->
farmId:FarmId.t ->
displayName:ResourceName.t ->
osFamily:StorageProfileOperatingSystemFamily.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 ]