Values.ConflictExceptionSourceThe request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
type nonrec t = {message : string option;resource : string option;The resource on which there are conflicting operations.
*)resourceType : string option;The type of resource on which there are conflicting operations..
*)}