Values.NetworkMigrationFailedResourceDetailsSourceDetails about a resource that failed to deploy.
type nonrec t = {logicalID : LogicalID.t option;The logical ID of the failed resource.
*)status : NetworkMigrationFailedResourceStatus.t option;The status of the failed resource.
*)statusReason : LargeBoundedString.t option;The reason why the resource failed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LogicalID.t ]) list ]