Values.StorageProfileSummarySourceThe details of a storage profile.
type nonrec t = {storageProfileId : StorageProfileId.t option;The storage profile ID.
*)displayName : ResourceName.t option;The display name of the storage profile summary 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 operating system (OS) family.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of StorageProfileId.t ]) list ]